Html Css Color HEX #07558C Dark Cerulean

📋 copy color: '#07558C'

red 7 ◦ green 85 ◦ blue 140

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

Shades of Dark Cerulean #07558C

Tints of Dark Cerulean #07558C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.64%

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

R = 3.02%
G = 36.64%
B = 60.34%

CMYK

 C value IS 0.95

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#07558C (or 0x07558C) is known color: Dark Cerulean. HEX triplet: 07, 55 and 8C. RGB value is (7,85,140). Sum of RGB (Red+Green+Blue) = 7+85+140=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 140 (55.08% from 255 or 60.34% from 232); Max value from RGB is 140 - color contains mainly: blue. Hex color #07558C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07558C is #F8AA73. Grayscale: #434343. Windows color (decimal): -16296564 or 9196807. OLE color: 9196807.

HSL color Cylindrical-coordinate representation of color #07558C: hue angle of 204.81º 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 #07558C is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 85 140 -
CMYK 0.95 0.39 0 0.45
HSL 204.81º 0.9% 0.29% -
HSV(B) 204.81º 0.95% 0.55% -
XYZ 8.07 8.44 26.01 -
YUV 67.95 168.66 84.53 -
System Red Green Blue C M Y K H S L
Decimal 7 85 140 0.95 0.39 0 0.45 204.81 0.9 0.29
Hex 7 55 8C 5F 27 0 2D CD 5A 1D
Octal 7 125 214 137 47 0 55 315 132 35
Binary 111 1010101 10001100 1011111 100111 0 101101 11001101 1011010 11101

Color Harmonies of #07558C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07558C

Black with #07558C

Text Example


Text Example

White with #07558C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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