Html Css Color HEX #05417C Dark Cerulean

📋 copy color: '#05417C'

red 5 ◦ green 65 ◦ blue 124

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

Shades of Dark Cerulean #05417C

Tints of Dark Cerulean #05417C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.51%

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

R = 2.58%
G = 33.51%
B = 63.92%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#05417C (or 0x05417C) is known color: Dark Cerulean. HEX triplet: 05, 41 and 7C. RGB value is (5,65,124). Sum of RGB (Red+Green+Blue) = 5+65+124=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 124 (48.83% from 255 or 63.92% from 194); Max value from RGB is 124 - color contains mainly: blue. Hex color #05417C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05417C is #FABE83. Grayscale: #353535. Windows color (decimal): -16432772 or 8143109. OLE color: 8143109.

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

Color convert

RGB 5 65 124 -
CMYK 0.96 0.48 0 0.51
HSL 209.75º 0.92% 0.25% -
HSV(B) 209.75º 0.96% 0.49% -
XYZ 5.59 5.27 19.79 -
YUV 53.79 167.62 93.2 -
System Red Green Blue C M Y K H S L
Decimal 5 65 124 0.96 0.48 0 0.51 209.75 0.92 0.25
Hex 5 41 7C 60 30 0 33 D2 5C 19
Octal 5 101 174 140 60 0 63 322 134 31
Binary 101 1000001 1111100 1100000 110000 0 110011 11010010 1011100 11001

Color Harmonies of #05417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05417C

Black with #05417C

Text Example


Text Example

White with #05417C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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