Html Css Color HEX #003481 Dark Cerulean

📋 copy color: '#003481'

red 0 ◦ green 52 ◦ blue 129

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

Shades of Dark Cerulean #003481

Tints of Dark Cerulean #003481

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.73%

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

R = 0%
G = 28.73%
B = 71.27%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#003481 (or 0x003481) is known color: Dark Cerulean. HEX triplet: 00, 34 and 81. RGB value is (0,52,129). Sum of RGB (Red+Green+Blue) = 0+52+129=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 129 (50.78% from 255 or 71.27% from 181); Max value from RGB is 129 - color contains mainly: blue. Hex color #003481 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003481 is #FFCB7E. Grayscale: #2C2C2C. Windows color (decimal): -16763775 or 8467456. OLE color: 8467456.

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

Color convert

RGB 0 52 129 -
CMYK 1 0.60 0 0.49
HSL 215.81º 1% 0.25% -
HSV(B) 215.81º 1% 0.51% -
XYZ 5.19 4.04 21.28 -
YUV 45.23 175.27 95.74 -
System Red Green Blue C M Y K H S L
Decimal 0 52 129 1 0.60 0 0.49 215.81 1 0.25
Hex 0 34 81 64 3C 0 31 D8 64 19
Octal 0 64 201 144 74 0 61 330 144 31
Binary 0 110100 10000001 1100100 111100 0 110001 11011000 1100100 11001

Color Harmonies of #003481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003481

Black with #003481

Text Example


Text Example

White with #003481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003481; }

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

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

background-color css

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

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

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

border-color css

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

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

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