Html Css Color HEX #004881 Dark Cerulean

📋 copy color: '#004881'

red 0 ◦ green 72 ◦ blue 129

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

Shades of Dark Cerulean #004881

Tints of Dark Cerulean #004881

RGB

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

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

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

R = 0%
G = 35.82%
B = 64.18%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#004881 (or 0x004881) is known color: Dark Cerulean. HEX triplet: 00, 48 and 81. RGB value is (0,72,129). Sum of RGB (Red+Green+Blue) = 0+72+129=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 129 (50.78% from 255 or 64.18% from 201); Max value from RGB is 129 - color contains mainly: blue. Hex color #004881 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004881 is #FFB77E. Grayscale: #383838. Windows color (decimal): -16758655 or 8472576. OLE color: 8472576.

HSL color Cylindrical-coordinate representation of color #004881: hue angle of 206.51º 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 #004881 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 72 129 -
CMYK 1 0.44 0 0.49
HSL 206.51º 1% 0.25% -
HSV(B) 206.51º 1% 0.51% -
XYZ 6.28 6.22 21.64 -
YUV 56.97 168.65 87.37 -
System Red Green Blue C M Y K H S L
Decimal 0 72 129 1 0.44 0 0.49 206.51 1 0.25
Hex 0 48 81 64 2C 0 31 CF 64 19
Octal 0 110 201 144 54 0 61 317 144 31
Binary 0 1001000 10000001 1100100 101100 0 110001 11001111 1100100 11001

Color Harmonies of #004881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004881

Black with #004881

Text Example


Text Example

White with #004881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004881; }

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

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

background-color css

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

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

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

border-color css

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

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

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