Html Css Color HEX #05486A Dark Cerulean

📋 copy color: '#05486A'

red 5 ◦ green 72 ◦ blue 106

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

Shades of Dark Cerulean #05486A

Tints of Dark Cerulean #05486A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 57.92%

R = 2.73%
G = 39.34%
B = 57.92%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#05486A (or 0x05486A) is known color: Dark Cerulean. HEX triplet: 05, 48 and 6A. RGB value is (5,72,106). Sum of RGB (Red+Green+Blue) = 5+72+106=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 106 (41.80% from 255 or 57.92% from 183); Max value from RGB is 106 - color contains mainly: blue. Hex color #05486A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05486A is #FAB795. Grayscale: #373737. Windows color (decimal): -16430998 or 6965253. OLE color: 6965253.

HSL color Cylindrical-coordinate representation of color #05486A: hue angle of 200.2º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05486A is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 72 106 -
CMYK 0.95 0.32 0 0.58
HSL 200.2º 0.91% 0.22% -
HSV(B) 200.2º 0.95% 0.42% -
XYZ 4.98 5.71 14.47 -
YUV 55.84 156.3 91.74 -
System Red Green Blue C M Y K H S L
Decimal 5 72 106 0.95 0.32 0 0.58 200.2 0.91 0.22
Hex 5 48 6A 5F 20 0 3A C8 5B 16
Octal 5 110 152 137 40 0 72 310 133 26
Binary 101 1001000 1101010 1011111 100000 0 111010 11001000 1011011 10110

Color Harmonies of #05486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05486A

Black with #05486A

Text Example


Text Example

White with #05486A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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