Html Css Color HEX #063FB9 Cobalt

📋 copy color: '#063FB9'

red 6 ◦ green 63 ◦ blue 185

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

Shades of Cobalt #063FB9

Tints of Cobalt #063FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 72.83%

R = 2.36%
G = 24.8%
B = 72.83%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#063FB9 (or 0x063FB9) is known color: Cobalt. HEX triplet: 06, 3F and B9. RGB value is (6,63,185). Sum of RGB (Red+Green+Blue) = 6+63+185=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 185 (72.66% from 255 or 72.83% from 254); Max value from RGB is 185 - color contains mainly: blue. Hex color #063FB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063FB9 is #F9C046. Grayscale: #3B3B3B. Windows color (decimal): -16367687 or 12140294. OLE color: 12140294.

HSL color Cylindrical-coordinate representation of color #063FB9: hue angle of 220.89º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063FB9 is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 63 185 -
CMYK 0.97 0.66 0 0.27
HSL 220.89º 0.94% 0.37% -
HSV(B) 220.89º 0.97% 0.73% -
XYZ 10.61 7.1 46.71 -
YUV 59.87 198.62 89.58 -
System Red Green Blue C M Y K H S L
Decimal 6 63 185 0.97 0.66 0 0.27 220.89 0.94 0.37
Hex 6 3F B9 61 42 0 1B DD 5E 25
Octal 6 77 271 141 102 0 33 335 136 45
Binary 110 111111 10111001 1100001 1000010 0 11011 11011101 1011110 100101

Color Harmonies of #063FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063FB9

Black with #063FB9

Text Example


Text Example

White with #063FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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