Html Css Color HEX #05467C Dark Cerulean

📋 copy color: '#05467C'

red 5 ◦ green 70 ◦ blue 124

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

Shades of Dark Cerulean #05467C

Tints of Dark Cerulean #05467C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.18%

 BLUE value IS 124 (48.83% from 255) = 62.31%

R = 2.51%
G = 35.18%
B = 62.31%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#05467C (or 0x05467C) is known color: Dark Cerulean. HEX triplet: 05, 46 and 7C. RGB value is (5,70,124). Sum of RGB (Red+Green+Blue) = 5+70+124=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 124 (48.83% from 255 or 62.31% from 199); Max value from RGB is 124 - color contains mainly: blue. Hex color #05467C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05467C is #FAB983. Grayscale: #383838. Windows color (decimal): -16431492 or 8144389. OLE color: 8144389.

HSL color Cylindrical-coordinate representation of color #05467C: hue angle of 207.23º 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 #05467C is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 70 124 -
CMYK 0.96 0.44 0 0.51
HSL 207.23º 0.92% 0.25% -
HSV(B) 207.23º 0.96% 0.49% -
XYZ 5.89 5.87 19.89 -
YUV 56.72 165.97 91.11 -
System Red Green Blue C M Y K H S L
Decimal 5 70 124 0.96 0.44 0 0.51 207.23 0.92 0.25
Hex 5 46 7C 60 2C 0 33 CF 5C 19
Octal 5 106 174 140 54 0 63 317 134 31
Binary 101 1000110 1111100 1100000 101100 0 110011 11001111 1011100 11001

Color Harmonies of #05467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05467C

Black with #05467C

Text Example


Text Example

White with #05467C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,70,124); }

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

background-color css

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

 a { background-color: rgb(5,70,124); }

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

border-color css

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

 span { border-color: rgb(5,70,124); }

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