Html Css Color HEX #054185 Dark Cerulean

📋 copy color: '#054185'

red 5 ◦ green 65 ◦ blue 133

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

Shades of Dark Cerulean #054185

Tints of Dark Cerulean #054185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 65.52%

R = 2.46%
G = 32.02%
B = 65.52%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#054185 (or 0x054185) is known color: Dark Cerulean. HEX triplet: 05, 41 and 85. RGB value is (5,65,133). Sum of RGB (Red+Green+Blue) = 5+65+133=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 133 (52.34% from 255 or 65.52% from 203); Max value from RGB is 133 - color contains mainly: blue. Hex color #054185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054185 is #FABE7A. Grayscale: #363636. Windows color (decimal): -16432763 or 8732933. OLE color: 8732933.

HSL color Cylindrical-coordinate representation of color #054185: hue angle of 211.88º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054185 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 65 133 -
CMYK 0.96 0.51 0 0.48
HSL 211.88º 0.93% 0.27% -
HSV(B) 211.88º 0.96% 0.52% -
XYZ 6.19 5.51 22.93 -
YUV 54.81 172.12 92.47 -
System Red Green Blue C M Y K H S L
Decimal 5 65 133 0.96 0.51 0 0.48 211.88 0.93 0.27
Hex 5 41 85 60 33 0 30 D4 5D 1B
Octal 5 101 205 140 63 0 60 324 135 33
Binary 101 1000001 10000101 1100000 110011 0 110000 11010100 1011101 11011

Color Harmonies of #054185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054185

Black with #054185

Text Example


Text Example

White with #054185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054185; }

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

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

background-color css

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

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

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

border-color css

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

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

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