Html Css Color HEX #063FBE Cobalt

📋 copy color: '#063FBE'

red 6 ◦ green 63 ◦ blue 190

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

Shades of Cobalt #063FBE

Tints of Cobalt #063FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 73.36%

R = 2.32%
G = 24.32%
B = 73.36%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#063FBE (or 0x063FBE) is known color: Cobalt. HEX triplet: 06, 3F and BE. RGB value is (6,63,190). Sum of RGB (Red+Green+Blue) = 6+63+190=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 190 (74.61% from 255 or 73.36% from 259); Max value from RGB is 190 - color contains mainly: blue. Hex color #063FBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063FBE is #F9C041. Grayscale: #3B3B3B. Windows color (decimal): -16367682 or 12467974. OLE color: 12467974.

HSL color Cylindrical-coordinate representation of color #063FBE: hue angle of 221.41º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063FBE is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 63 190 -
CMYK 0.97 0.67 0 0.25
HSL 221.41º 0.94% 0.38% -
HSV(B) 221.41º 0.97% 0.75% -
XYZ 11.15 7.31 49.54 -
YUV 60.44 201.12 89.17 -
System Red Green Blue C M Y K H S L
Decimal 6 63 190 0.97 0.67 0 0.25 221.41 0.94 0.38
Hex 6 3F BE 61 43 0 19 DD 5E 26
Octal 6 77 276 141 103 0 31 335 136 46
Binary 110 111111 10111110 1100001 1000011 0 11001 11011101 1011110 100110

Color Harmonies of #063FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063FBE

Black with #063FBE

Text Example


Text Example

White with #063FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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