Html Css Color HEX #004281 Dark Cerulean

📋 copy color: '#004281'

red 0 ◦ green 66 ◦ blue 129

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

Shades of Dark Cerulean #004281

Tints of Dark Cerulean #004281

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.85%

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

R = 0%
G = 33.85%
B = 66.15%

CMYK

 C value IS 1

 M value IS 0.49

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#004281 (or 0x004281) is known color: Dark Cerulean. HEX triplet: 00, 42 and 81. RGB value is (0,66,129). Sum of RGB (Red+Green+Blue) = 0+66+129=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 129 (50.78% from 255 or 66.15% from 195); Max value from RGB is 129 - color contains mainly: blue. Hex color #004281 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004281 is #FFBD7E. Grayscale: #353535. Windows color (decimal): -16760191 or 8471040. OLE color: 8471040.

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

Color convert

RGB 0 66 129 -
CMYK 1 0.49 0 0.49
HSL 209.3º 1% 0.25% -
HSV(B) 209.3º 1% 0.51% -
XYZ 5.91 5.48 21.52 -
YUV 53.45 170.63 89.88 -
System Red Green Blue C M Y K H S L
Decimal 0 66 129 1 0.49 0 0.49 209.3 1 0.25
Hex 0 42 81 64 31 0 31 D1 64 19
Octal 0 102 201 144 61 0 61 321 144 31
Binary 0 1000010 10000001 1100100 110001 0 110001 11010001 1100100 11001

Color Harmonies of #004281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004281

Black with #004281

Text Example


Text Example

White with #004281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004281; }

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

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

background-color css

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

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

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

border-color css

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

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

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