Html Css Color HEX #063F80 Dark Cerulean

📋 copy color: '#063F80'

red 6 ◦ green 63 ◦ blue 128

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

Shades of Dark Cerulean #063F80

Tints of Dark Cerulean #063F80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 64.97%

R = 3.05%
G = 31.98%
B = 64.97%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#063F80 (or 0x063F80) is known color: Dark Cerulean. HEX triplet: 06, 3F and 80. RGB value is (6,63,128). Sum of RGB (Red+Green+Blue) = 6+63+128=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 128 (50.39% from 255 or 64.97% from 197); Max value from RGB is 128 - color contains mainly: blue. Hex color #063F80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063F80 is #F9C07F. Grayscale: #353535. Windows color (decimal): -16367744 or 8404742. OLE color: 8404742.

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

Color convert

RGB 6 63 128 -
CMYK 0.95 0.51 0 0.50
HSL 211.97º 0.91% 0.26% -
HSV(B) 211.97º 0.95% 0.5% -
XYZ 5.75 5.15 21.11 -
YUV 53.37 170.12 94.21 -
System Red Green Blue C M Y K H S L
Decimal 6 63 128 0.95 0.51 0 0.50 211.97 0.91 0.26
Hex 6 3F 80 5F 33 0 32 D4 5B 1A
Octal 6 77 200 137 63 0 62 324 133 32
Binary 110 111111 10000000 1011111 110011 0 110010 11010100 1011011 11010

Color Harmonies of #063F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063F80

Black with #063F80

Text Example


Text Example

White with #063F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063F80; }

 p { color: rgb(6,63,128); }

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

background-color css

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

 a { background-color: rgb(6,63,128); }

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

border-color css

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

 span { border-color: rgb(6,63,128); }

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