Html Css Color HEX #063FAA Cobalt

📋 copy color: '#063FAA'

red 6 ◦ green 63 ◦ blue 170

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

Shades of Cobalt #063FAA

Tints of Cobalt #063FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 71.13%

R = 2.51%
G = 26.36%
B = 71.13%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#063FAA (or 0x063FAA) is known color: Cobalt. HEX triplet: 06, 3F and AA. RGB value is (6,63,170). Sum of RGB (Red+Green+Blue) = 6+63+170=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 170 (66.80% from 255 or 71.13% from 239); Max value from RGB is 170 - color contains mainly: blue. Hex color #063FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063FAA is #F9C055. Grayscale: #393939. Windows color (decimal): -16367702 or 11157254. OLE color: 11157254.

HSL color Cylindrical-coordinate representation of color #063FAA: hue angle of 219.15º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063FAA is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 63 170 -
CMYK 0.96 0.63 0 0.33
HSL 219.15º 0.93% 0.35% -
HSV(B) 219.15º 0.96% 0.67% -
XYZ 9.11 6.5 38.8 -
YUV 58.16 191.12 90.8 -
System Red Green Blue C M Y K H S L
Decimal 6 63 170 0.96 0.63 0 0.33 219.15 0.93 0.35
Hex 6 3F AA 60 3F 0 21 DB 5D 23
Octal 6 77 252 140 77 0 41 333 135 43
Binary 110 111111 10101010 1100000 111111 0 100001 11011011 1011101 100011

Color Harmonies of #063FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063FAA

Black with #063FAA

Text Example


Text Example

White with #063FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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