Html Css Color HEX #054F7E Dark Cerulean

📋 copy color: '#054F7E'

red 5 ◦ green 79 ◦ blue 126

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

Shades of Dark Cerulean #054F7E

Tints of Dark Cerulean #054F7E

RGB

 RED value IS 5 (2.34% from 255) = 2.38%

 GREEN value IS 79 (31.25% from 255) = 37.62%

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

R = 2.38%
G = 37.62%
B = 60%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#054F7E (or 0x054F7E) is known color: Dark Cerulean. HEX triplet: 05, 4F and 7E. RGB value is (5,79,126). Sum of RGB (Red+Green+Blue) = 5+79+126=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 126 (49.61% from 255 or 60% from 210); Max value from RGB is 126 - color contains mainly: blue. Hex color #054F7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054F7E is #FAB081. Grayscale: #3D3D3D. Windows color (decimal): -16429186 or 8277765. OLE color: 8277765.

HSL color Cylindrical-coordinate representation of color #054F7E: hue angle of 203.31º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054F7E is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 79 126 -
CMYK 0.96 0.37 0 0.51
HSL 203.31º 0.92% 0.26% -
HSV(B) 203.31º 0.96% 0.49% -
XYZ 6.62 7.13 20.77 -
YUV 62.23 163.98 87.18 -
System Red Green Blue C M Y K H S L
Decimal 5 79 126 0.96 0.37 0 0.51 203.31 0.92 0.26
Hex 5 4F 7E 60 25 0 33 CB 5C 1A
Octal 5 117 176 140 45 0 63 313 134 32
Binary 101 1001111 1111110 1100000 100101 0 110011 11001011 1011100 11010

Color Harmonies of #054F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054F7E

Black with #054F7E

Text Example


Text Example

White with #054F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054F7E; }

 p { color: rgb(5,79,126); }

 H1.HeaderClassName
 {
   color: #054F7E;
 }
 .AnyTagClassName
 {
   color: #054F7E;
 }
</style>

background-color css

<style>
 a { background-color: #054F7E; }

 a { background-color: rgb(5,79,126); }

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

border-color css

<style>
 span { border-color: #054F7E; }

 span { border-color: rgb(5,79,126); }

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