Html Css Color HEX #07557E Dark Cerulean

📋 copy color: '#07557E'

red 7 ◦ green 85 ◦ blue 126

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

Shades of Dark Cerulean #07557E

Tints of Dark Cerulean #07557E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 57.8%

R = 3.21%
G = 38.99%
B = 57.8%

CMYK

 C value IS 0.94

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#07557E (or 0x07557E) is known color: Dark Cerulean. HEX triplet: 07, 55 and 7E. RGB value is (7,85,126). Sum of RGB (Red+Green+Blue) = 7+85+126=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 126 (49.61% from 255 or 57.80% from 218); Max value from RGB is 126 - color contains mainly: blue. Hex color #07557E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07557E is #F8AA81. Grayscale: #424242. Windows color (decimal): -16296578 or 8279303. OLE color: 8279303.

HSL color Cylindrical-coordinate representation of color #07557E: hue angle of 200.67º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07557E is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 7 85 126 -
CMYK 0.94 0.33 0 0.51
HSL 200.67º 0.89% 0.26% -
HSV(B) 200.67º 0.94% 0.49% -
XYZ 7.1 8.05 20.92 -
YUV 66.35 161.66 85.67 -
System Red Green Blue C M Y K H S L
Decimal 7 85 126 0.94 0.33 0 0.51 200.67 0.89 0.26
Hex 7 55 7E 5E 21 0 33 C9 59 1A
Octal 7 125 176 136 41 0 63 311 131 32
Binary 111 1010101 1111110 1011110 100001 0 110011 11001001 1011001 11010

Color Harmonies of #07557E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07557E

Black with #07557E

Text Example


Text Example

White with #07557E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07557E; }

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

 H1.HeaderClassName
 {
   color: #07557E;
 }
 .AnyTagClassName
 {
   color: #07557E;
 }
</style>

background-color css

<style>
 a { background-color: #07557E; }

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

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

border-color css

<style>
 span { border-color: #07557E; }

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

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