Html Css Color HEX #063FAD Cobalt

📋 copy color: '#063FAD'

red 6 ◦ green 63 ◦ blue 173

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

Shades of Cobalt #063FAD

Tints of Cobalt #063FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 71.49%

R = 2.48%
G = 26.03%
B = 71.49%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#063FAD (or 0x063FAD) is known color: Cobalt. HEX triplet: 06, 3F and AD. RGB value is (6,63,173). Sum of RGB (Red+Green+Blue) = 6+63+173=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 173 (67.97% from 255 or 71.49% from 242); Max value from RGB is 173 - color contains mainly: blue. Hex color #063FAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063FAD is #F9C052. Grayscale: #393939. Windows color (decimal): -16367699 or 11353862. OLE color: 11353862.

HSL color Cylindrical-coordinate representation of color #063FAD: hue angle of 219.52º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063FAD is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 6 63 173 -
CMYK 0.97 0.64 0 0.32
HSL 219.52º 0.93% 0.35% -
HSV(B) 219.52º 0.97% 0.68% -
XYZ 9.4 6.61 40.32 -
YUV 58.5 192.62 90.56 -
System Red Green Blue C M Y K H S L
Decimal 6 63 173 0.97 0.64 0 0.32 219.52 0.93 0.35
Hex 6 3F AD 61 40 0 20 DC 5D 23
Octal 6 77 255 141 100 0 40 334 135 43
Binary 110 111111 10101101 1100001 1000000 0 100000 11011100 1011101 100011

Color Harmonies of #063FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063FAD

Black with #063FAD

Text Example


Text Example

White with #063FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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