Html Css Color HEX #05417A Dark Cerulean

📋 copy color: '#05417A'

red 5 ◦ green 65 ◦ blue 122

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

Shades of Dark Cerulean #05417A

Tints of Dark Cerulean #05417A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 63.54%

R = 2.6%
G = 33.85%
B = 63.54%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#05417A (or 0x05417A) is known color: Dark Cerulean. HEX triplet: 05, 41 and 7A. RGB value is (5,65,122). Sum of RGB (Red+Green+Blue) = 5+65+122=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 122 (48.05% from 255 or 63.54% from 192); Max value from RGB is 122 - color contains mainly: blue. Hex color #05417A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05417A is #FABE85. Grayscale: #353535. Windows color (decimal): -16432774 or 8012037. OLE color: 8012037.

HSL color Cylindrical-coordinate representation of color #05417A: hue angle of 209.23º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05417A is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 5 65 122 -
CMYK 0.96 0.47 0 0.52
HSL 209.23º 0.92% 0.25% -
HSV(B) 209.23º 0.96% 0.48% -
XYZ 5.47 5.22 19.13 -
YUV 53.56 166.62 93.37 -
System Red Green Blue C M Y K H S L
Decimal 5 65 122 0.96 0.47 0 0.52 209.23 0.92 0.25
Hex 5 41 7A 60 2F 0 34 D1 5C 19
Octal 5 101 172 140 57 0 64 321 134 31
Binary 101 1000001 1111010 1100000 101111 0 110100 11010001 1011100 11001

Color Harmonies of #05417A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05417A

Black with #05417A

Text Example


Text Example

White with #05417A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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