Html Css Color HEX #004381 Dark Cerulean

📋 copy color: '#004381'

red 0 ◦ green 67 ◦ blue 129

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

Shades of Dark Cerulean #004381

Tints of Dark Cerulean #004381

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.18%

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

R = 0%
G = 34.18%
B = 65.82%

CMYK

 C value IS 1

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#004381 (or 0x004381) is known color: Dark Cerulean. HEX triplet: 00, 43 and 81. RGB value is (0,67,129). Sum of RGB (Red+Green+Blue) = 0+67+129=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 129 (50.78% from 255 or 65.82% from 196); Max value from RGB is 129 - color contains mainly: blue. Hex color #004381 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004381 is #FFBC7E. Grayscale: #353535. Windows color (decimal): -16759935 or 8471296. OLE color: 8471296.

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

Color convert

RGB 0 67 129 -
CMYK 1 0.48 0 0.49
HSL 208.84º 1% 0.25% -
HSV(B) 208.84º 1% 0.51% -
XYZ 5.97 5.6 21.54 -
YUV 54.04 170.3 89.46 -
System Red Green Blue C M Y K H S L
Decimal 0 67 129 1 0.48 0 0.49 208.84 1 0.25
Hex 0 43 81 64 30 0 31 D1 64 19
Octal 0 103 201 144 60 0 61 321 144 31
Binary 0 1000011 10000001 1100100 110000 0 110001 11010001 1100100 11001

Color Harmonies of #004381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004381

Black with #004381

Text Example


Text Example

White with #004381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004381; }

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

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

background-color css

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

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

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

border-color css

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

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

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