Html Css Color HEX #063981 Dark Cerulean

📋 copy color: '#063981'

red 6 ◦ green 57 ◦ blue 129

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

Shades of Dark Cerulean #063981

Tints of Dark Cerulean #063981

RGB

 RED value IS 6 (2.73% from 255) = 3.13%

 GREEN value IS 57 (22.66% from 255) = 29.69%

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

R = 3.13%
G = 29.69%
B = 67.19%

CMYK

 C value IS 0.95

 M value IS 0.56

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#063981 (or 0x063981) is known color: Dark Cerulean. HEX triplet: 06, 39 and 81. RGB value is (6,57,129). Sum of RGB (Red+Green+Blue) = 6+57+129=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 57 (22.66% from 255 or 29.69% 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 #063981 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063981 is #F9C67E. Grayscale: #313131. Windows color (decimal): -16369279 or 8468742. OLE color: 8468742.

HSL color Cylindrical-coordinate representation of color #063981: hue angle of 215.12º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063981 is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 6 57 129 -
CMYK 0.95 0.56 0 0.49
HSL 215.12º 0.91% 0.26% -
HSV(B) 215.12º 0.95% 0.51% -
XYZ 5.5 4.55 21.36 -
YUV 49.96 172.6 96.65 -
System Red Green Blue C M Y K H S L
Decimal 6 57 129 0.95 0.56 0 0.49 215.12 0.91 0.26
Hex 6 39 81 5F 38 0 31 D7 5B 1A
Octal 6 71 201 137 70 0 61 327 133 32
Binary 110 111001 10000001 1011111 111000 0 110001 11010111 1011011 11010

Color Harmonies of #063981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063981

Black with #063981

Text Example


Text Example

White with #063981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063981; }

 p { color: rgb(6,57,129); }

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

background-color css

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

 a { background-color: rgb(6,57,129); }

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

border-color css

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

 span { border-color: rgb(6,57,129); }

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