Html Css Color HEX #005181 Dark Cerulean

📋 copy color: '#005181'

red 0 ◦ green 81 ◦ blue 129

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

Shades of Dark Cerulean #005181

Tints of Dark Cerulean #005181

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 81 (32.03% from 255) = 38.57%

 BLUE value IS 129 (50.78% from 255) = 61.43%

R = 0%
G = 38.57%
B = 61.43%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#005181 (or 0x005181) is known color: Dark Cerulean. HEX triplet: 00, 51 and 81. RGB value is (0,81,129). Sum of RGB (Red+Green+Blue) = 0+81+129=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 129 (50.78% from 255 or 61.43% from 210); Max value from RGB is 129 - color contains mainly: blue. Hex color #005181 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005181 is #FFAE7E. Grayscale: #3D3D3D. Windows color (decimal): -16756351 or 8474880. OLE color: 8474880.

HSL color Cylindrical-coordinate representation of color #005181: hue angle of 202.33º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005181 is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 81 129 -
CMYK 1 0.37 0 0.49
HSL 202.33º 1% 0.25% -
HSV(B) 202.33º 1% 0.51% -
XYZ 6.9 7.47 21.85 -
YUV 62.25 165.66 83.6 -
System Red Green Blue C M Y K H S L
Decimal 0 81 129 1 0.37 0 0.49 202.33 1 0.25
Hex 0 51 81 64 25 0 31 CA 64 19
Octal 0 121 201 144 45 0 61 312 144 31
Binary 0 1010001 10000001 1100100 100101 0 110001 11001010 1100100 11001

Color Harmonies of #005181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005181

Black with #005181

Text Example


Text Example

White with #005181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005181; }

 p { color: rgb(0,81,129); }

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

background-color css

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

 a { background-color: rgb(0,81,129); }

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

border-color css

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

 span { border-color: rgb(0,81,129); }

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