Html Css Color HEX #07598C Dark Cerulean

📋 copy color: '#07598C'

red 7 ◦ green 89 ◦ blue 140

#07598C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #07598C

Tints of Dark Cerulean #07598C

RGB

 RED value IS 7 (3.13% from 255) = 2.97%

 GREEN value IS 89 (35.16% from 255) = 37.71%

 BLUE value IS 140 (55.08% from 255) = 59.32%

R = 2.97%
G = 37.71%
B = 59.32%

CMYK

 C value IS 0.95

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#07598C (or 0x07598C) is known color: Dark Cerulean. HEX triplet: 07, 59 and 8C. RGB value is (7,89,140). Sum of RGB (Red+Green+Blue) = 7+89+140=236 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.97% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 140 (55.08% from 255 or 59.32% from 236); Max value from RGB is 140 - color contains mainly: blue. Hex color #07598C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07598C is #F8A673. Grayscale: #464646. Windows color (decimal): -16295540 or 9197831. OLE color: 9197831.

HSL color Cylindrical-coordinate representation of color #07598C: hue angle of 203.01º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07598C is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 89 140 -
CMYK 0.95 0.36 0 0.45
HSL 203.01º 0.9% 0.29% -
HSV(B) 203.01º 0.95% 0.55% -
XYZ 8.39 9.08 26.12 -
YUV 70.3 167.33 82.85 -
System Red Green Blue C M Y K H S L
Decimal 7 89 140 0.95 0.36 0 0.45 203.01 0.9 0.29
Hex 7 59 8C 5F 24 0 2D CB 5A 1D
Octal 7 131 214 137 44 0 55 313 132 35
Binary 111 1011001 10001100 1011111 100100 0 101101 11001011 1011010 11101

Color Harmonies of #07598C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07598C

Black with #07598C

Text Example


Text Example

White with #07598C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07598C; }

 p { color: rgb(7,89,140); }

 H1.HeaderClassName
 {
   color: #07598C;
 }
 .AnyTagClassName
 {
   color: #07598C;
 }
</style>

background-color css

<style>
 a { background-color: #07598C; }

 a { background-color: rgb(7,89,140); }

 div.DivClassName
 {
   background-color: #07598C;
 }
 .BgClassName
 {
   background-color: #07598C;
 }
</style>

border-color css

<style>
 span { border-color: #07598C; }

 span { border-color: rgb(7,89,140); }

 td.TdClassName
 {
   border-color: #07598C;
 }
 .TagClassName
 {
   border-color: #07598C;
 }
</style>