Html Css Color HEX #063FB0 Cobalt

📋 copy color: '#063FB0'

red 6 ◦ green 63 ◦ blue 176

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

Shades of Cobalt #063FB0

Tints of Cobalt #063FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 71.84%

R = 2.45%
G = 25.71%
B = 71.84%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#063FB0 (or 0x063FB0) is known color: Cobalt. HEX triplet: 06, 3F and B0. RGB value is (6,63,176). Sum of RGB (Red+Green+Blue) = 6+63+176=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 176 (69.14% from 255 or 71.84% from 245); Max value from RGB is 176 - color contains mainly: blue. Hex color #063FB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063FB0 is #F9C04F. Grayscale: #3A3A3A. Windows color (decimal): -16367696 or 11550470. OLE color: 11550470.

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

Color convert

RGB 6 63 176 -
CMYK 0.97 0.64 0 0.31
HSL 219.88º 0.93% 0.36% -
HSV(B) 219.88º 0.97% 0.69% -
XYZ 9.69 6.73 41.86 -
YUV 58.84 194.12 90.31 -
System Red Green Blue C M Y K H S L
Decimal 6 63 176 0.97 0.64 0 0.31 219.88 0.93 0.36
Hex 6 3F B0 61 40 0 1F DC 5D 24
Octal 6 77 260 141 100 0 37 334 135 44
Binary 110 111111 10110000 1100001 1000000 0 11111 11011100 1011101 100100

Color Harmonies of #063FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063FB0

Black with #063FB0

Text Example


Text Example

White with #063FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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