Html Css Color HEX #05417B Dark Cerulean

📋 copy color: '#05417B'

red 5 ◦ green 65 ◦ blue 123

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

Shades of Dark Cerulean #05417B

Tints of Dark Cerulean #05417B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 63.73%

R = 2.59%
G = 33.68%
B = 63.73%

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

#05417B (or 0x05417B) is known color: Dark Cerulean. HEX triplet: 05, 41 and 7B. RGB value is (5,65,123). Sum of RGB (Red+Green+Blue) = 5+65+123=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 123 (48.44% from 255 or 63.73% from 193); Max value from RGB is 123 - color contains mainly: blue. Hex color #05417B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05417B is #FABE84. Grayscale: #353535. Windows color (decimal): -16432773 or 8077573. OLE color: 8077573.

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

Color convert

RGB 5 65 123 -
CMYK 0.96 0.47 0 0.52
HSL 209.49º 0.92% 0.25% -
HSV(B) 209.49º 0.96% 0.48% -
XYZ 5.53 5.24 19.46 -
YUV 53.67 167.12 93.28 -
System Red Green Blue C M Y K H S L
Decimal 5 65 123 0.96 0.47 0 0.52 209.49 0.92 0.25
Hex 5 41 7B 60 2F 0 34 D1 5C 19
Octal 5 101 173 140 57 0 64 321 134 31
Binary 101 1000001 1111011 1100000 101111 0 110100 11010001 1011100 11001

Color Harmonies of #05417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05417B

Black with #05417B

Text Example


Text Example

White with #05417B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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