Html Css Color HEX #054183 Dark Cerulean

📋 copy color: '#054183'

red 5 ◦ green 65 ◦ blue 131

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

Shades of Dark Cerulean #054183

Tints of Dark Cerulean #054183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 65.17%

R = 2.49%
G = 32.34%
B = 65.17%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#054183 (or 0x054183) is known color: Dark Cerulean. HEX triplet: 05, 41 and 83. RGB value is (5,65,131). Sum of RGB (Red+Green+Blue) = 5+65+131=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 131 (51.56% from 255 or 65.17% from 201); Max value from RGB is 131 - color contains mainly: blue. Hex color #054183 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054183 is #FABE7C. Grayscale: #363636. Windows color (decimal): -16432765 or 8601861. OLE color: 8601861.

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

Color convert

RGB 5 65 131 -
CMYK 0.96 0.50 0 0.49
HSL 211.43º 0.93% 0.27% -
HSV(B) 211.43º 0.96% 0.51% -
XYZ 6.05 5.45 22.21 -
YUV 54.58 171.12 92.63 -
System Red Green Blue C M Y K H S L
Decimal 5 65 131 0.96 0.50 0 0.49 211.43 0.93 0.27
Hex 5 41 83 60 32 0 31 D3 5D 1B
Octal 5 101 203 140 62 0 61 323 135 33
Binary 101 1000001 10000011 1100000 110010 0 110001 11010011 1011101 11011

Color Harmonies of #054183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054183

Black with #054183

Text Example


Text Example

White with #054183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054183; }

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

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

background-color css

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

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

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

border-color css

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

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

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