Html Css Color HEX #054B7D Dark Cerulean

📋 copy color: '#054B7D'

red 5 ◦ green 75 ◦ blue 125

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

Shades of Dark Cerulean #054B7D

Tints of Dark Cerulean #054B7D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 36.59%

 BLUE value IS 125 (49.22% from 255) = 60.98%

R = 2.44%
G = 36.59%
B = 60.98%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#054B7D (or 0x054B7D) is known color: Dark Cerulean. HEX triplet: 05, 4B and 7D. RGB value is (5,75,125). Sum of RGB (Red+Green+Blue) = 5+75+125=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 125 (49.22% from 255 or 60.98% from 205); Max value from RGB is 125 - color contains mainly: blue. Hex color #054B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054B7D is #FAB482. Grayscale: #3B3B3B. Windows color (decimal): -16430211 or 8211205. OLE color: 8211205.

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

Color convert

RGB 5 75 125 -
CMYK 0.96 0.40 0 0.51
HSL 205º 0.92% 0.25% -
HSV(B) 205º 0.96% 0.49% -
XYZ 6.28 6.55 20.33 -
YUV 59.77 164.81 88.93 -
System Red Green Blue C M Y K H S L
Decimal 5 75 125 0.96 0.40 0 0.51 205 0.92 0.25
Hex 5 4B 7D 60 28 0 33 CD 5C 19
Octal 5 113 175 140 50 0 63 315 134 31
Binary 101 1001011 1111101 1100000 101000 0 110011 11001101 1011100 11001

Color Harmonies of #054B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054B7D

Black with #054B7D

Text Example


Text Example

White with #054B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,75,125); }

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

background-color css

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

 a { background-color: rgb(5,75,125); }

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

border-color css

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

 span { border-color: rgb(5,75,125); }

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