Html Css Color HEX #05488D Dark Cerulean

📋 copy color: '#05488D'

red 5 ◦ green 72 ◦ blue 141

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

Shades of Dark Cerulean #05488D

Tints of Dark Cerulean #05488D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 64.68%

R = 2.29%
G = 33.03%
B = 64.68%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05488D (or 0x05488D) is known color: Dark Cerulean. HEX triplet: 05, 48 and 8D. RGB value is (5,72,141). Sum of RGB (Red+Green+Blue) = 5+72+141=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 141 (55.47% from 255 or 64.68% from 218); Max value from RGB is 141 - color contains mainly: blue. Hex color #05488D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05488D is #FAB772. Grayscale: #3B3B3B. Windows color (decimal): -16430963 or 9259013. OLE color: 9259013.

HSL color Cylindrical-coordinate representation of color #05488D: hue angle of 210.44º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05488D is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 72 141 -
CMYK 0.96 0.49 0 0.45
HSL 210.44º 0.93% 0.29% -
HSV(B) 210.44º 0.96% 0.55% -
XYZ 7.19 6.59 26.09 -
YUV 59.83 173.8 88.89 -
System Red Green Blue C M Y K H S L
Decimal 5 72 141 0.96 0.49 0 0.45 210.44 0.93 0.29
Hex 5 48 8D 60 31 0 2D D2 5D 1D
Octal 5 110 215 140 61 0 55 322 135 35
Binary 101 1001000 10001101 1100000 110001 0 101101 11010010 1011101 11101

Color Harmonies of #05488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05488D

Black with #05488D

Text Example


Text Example

White with #05488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05488D; }

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

 H1.HeaderClassName
 {
   color: #05488D;
 }
 .AnyTagClassName
 {
   color: #05488D;
 }
</style>

background-color css

<style>
 a { background-color: #05488D; }

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

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

border-color css

<style>
 span { border-color: #05488D; }

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

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