Html Css Color HEX #063FB2 Cobalt

📋 copy color: '#063FB2'

red 6 ◦ green 63 ◦ blue 178

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

Shades of Cobalt #063FB2

Tints of Cobalt #063FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 72.06%

R = 2.43%
G = 25.51%
B = 72.06%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#063FB2 (or 0x063FB2) is known color: Cobalt. HEX triplet: 06, 3F and B2. RGB value is (6,63,178). Sum of RGB (Red+Green+Blue) = 6+63+178=247 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.43% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 178 (69.92% from 255 or 72.06% from 247); Max value from RGB is 178 - color contains mainly: blue. Hex color #063FB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063FB2 is #F9C04D. Grayscale: #3A3A3A. Windows color (decimal): -16367694 or 11681542. OLE color: 11681542.

HSL color Cylindrical-coordinate representation of color #063FB2: hue angle of 220.12º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063FB2 is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 6 63 178 -
CMYK 0.97 0.65 0 0.30
HSL 220.12º 0.93% 0.36% -
HSV(B) 220.12º 0.97% 0.7% -
XYZ 9.89 6.81 42.91 -
YUV 59.07 195.12 90.15 -
System Red Green Blue C M Y K H S L
Decimal 6 63 178 0.97 0.65 0 0.30 220.12 0.93 0.36
Hex 6 3F B2 61 41 0 1E DC 5D 24
Octal 6 77 262 141 101 0 36 334 135 44
Binary 110 111111 10110010 1100001 1000001 0 11110 11011100 1011101 100100

Color Harmonies of #063FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063FB2

Black with #063FB2

Text Example


Text Example

White with #063FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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