Html Css Color HEX #003F81 Dark Cerulean

📋 copy color: '#003F81'

red 0 ◦ green 63 ◦ blue 129

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

Shades of Dark Cerulean #003F81

Tints of Dark Cerulean #003F81

RGB

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

 GREEN value IS 63 (25% from 255) = 32.81%

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

R = 0%
G = 32.81%
B = 67.19%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#003F81 (or 0x003F81) is known color: Dark Cerulean. HEX triplet: 00, 3F and 81. RGB value is (0,63,129). Sum of RGB (Red+Green+Blue) = 0+63+129=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 129 (50.78% from 255 or 67.19% from 192); Max value from RGB is 129 - color contains mainly: blue. Hex color #003F81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003F81 is #FFC07E. Grayscale: #333333. Windows color (decimal): -16760959 or 8470272. OLE color: 8470272.

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

Color convert

RGB 0 63 129 -
CMYK 1 0.51 0 0.49
HSL 210.7º 1% 0.25% -
HSV(B) 210.7º 1% 0.51% -
XYZ 5.74 5.14 21.46 -
YUV 51.69 171.63 91.13 -
System Red Green Blue C M Y K H S L
Decimal 0 63 129 1 0.51 0 0.49 210.7 1 0.25
Hex 0 3F 81 64 33 0 31 D3 64 19
Octal 0 77 201 144 63 0 61 323 144 31
Binary 0 111111 10000001 1100100 110011 0 110001 11010011 1100100 11001

Color Harmonies of #003F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003F81

Black with #003F81

Text Example


Text Example

White with #003F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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