Html Css Color HEX #063481 Dark Cerulean

📋 copy color: '#063481'

red 6 ◦ green 52 ◦ blue 129

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

Shades of Dark Cerulean #063481

Tints of Dark Cerulean #063481

RGB

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

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

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

R = 3.21%
G = 27.81%
B = 68.98%

CMYK

 C value IS 0.95

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#063481 (or 0x063481) is known color: Dark Cerulean. HEX triplet: 06, 34 and 81. RGB value is (6,52,129). Sum of RGB (Red+Green+Blue) = 6+52+129=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 129 (50.78% from 255 or 68.98% from 187); Max value from RGB is 129 - color contains mainly: blue. Hex color #063481 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063481 is #F9CB7E. Grayscale: #2E2E2E. Windows color (decimal): -16370559 or 8467462. OLE color: 8467462.

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

Color convert

RGB 6 52 129 -
CMYK 0.95 0.60 0 0.49
HSL 217.56º 0.91% 0.26% -
HSV(B) 217.56º 0.95% 0.51% -
XYZ 5.27 4.08 21.28 -
YUV 47.02 174.26 98.74 -
System Red Green Blue C M Y K H S L
Decimal 6 52 129 0.95 0.60 0 0.49 217.56 0.91 0.26
Hex 6 34 81 5F 3C 0 31 DA 5B 1A
Octal 6 64 201 137 74 0 61 332 133 32
Binary 110 110100 10000001 1011111 111100 0 110001 11011010 1011011 11010

Color Harmonies of #063481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063481

Black with #063481

Text Example


Text Example

White with #063481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063481; }

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

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

background-color css

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

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

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

border-color css

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

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

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