Html Css Color HEX #05486F Dark Cerulean

📋 copy color: '#05486F'

red 5 ◦ green 72 ◦ blue 111

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

Shades of Dark Cerulean #05486F

Tints of Dark Cerulean #05486F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.3%

 BLUE value IS 111 (43.75% from 255) = 59.04%

R = 2.66%
G = 38.3%
B = 59.04%

CMYK

 C value IS 0.95

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#05486F (or 0x05486F) is known color: Dark Cerulean. HEX triplet: 05, 48 and 6F. RGB value is (5,72,111). Sum of RGB (Red+Green+Blue) = 5+72+111=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 111 (43.75% from 255 or 59.04% from 188); Max value from RGB is 111 - color contains mainly: blue. Hex color #05486F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05486F is #FAB790. Grayscale: #383838. Windows color (decimal): -16430993 or 7292933. OLE color: 7292933.

HSL color Cylindrical-coordinate representation of color #05486F: hue angle of 202.08º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05486F is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 72 111 -
CMYK 0.95 0.35 0 0.56
HSL 202.08º 0.91% 0.23% -
HSV(B) 202.08º 0.95% 0.44% -
XYZ 5.25 5.81 15.88 -
YUV 56.41 158.8 91.33 -
System Red Green Blue C M Y K H S L
Decimal 5 72 111 0.95 0.35 0 0.56 202.08 0.91 0.23
Hex 5 48 6F 5F 23 0 38 CA 5B 17
Octal 5 110 157 137 43 0 70 312 133 27
Binary 101 1001000 1101111 1011111 100011 0 111000 11001010 1011011 10111

Color Harmonies of #05486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05486F

Black with #05486F

Text Example


Text Example

White with #05486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05486F; }

 p { color: rgb(5,72,111); }

 H1.HeaderClassName
 {
   color: #05486F;
 }
 .AnyTagClassName
 {
   color: #05486F;
 }
</style>

background-color css

<style>
 a { background-color: #05486F; }

 a { background-color: rgb(5,72,111); }

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

border-color css

<style>
 span { border-color: #05486F; }

 span { border-color: rgb(5,72,111); }

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