Html Css Color HEX #063CBA Cobalt

📋 copy color: '#063CBA'

red 6 ◦ green 60 ◦ blue 186

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

Shades of Cobalt #063CBA

Tints of Cobalt #063CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.81%

 BLUE value IS 186 (73.05% from 255) = 73.81%

R = 2.38%
G = 23.81%
B = 73.81%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#063CBA (or 0x063CBA) is known color: Cobalt. HEX triplet: 06, 3C and BA. RGB value is (6,60,186). Sum of RGB (Red+Green+Blue) = 6+60+186=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 186 (73.05% from 255 or 73.81% from 252); Max value from RGB is 186 - color contains mainly: blue. Hex color #063CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063CBA is #F9C345. Grayscale: #393939. Windows color (decimal): -16368454 or 12205062. OLE color: 12205062.

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

Color convert

RGB 6 60 186 -
CMYK 0.97 0.68 0 0.27
HSL 222º 0.94% 0.38% -
HSV(B) 222º 0.97% 0.73% -
XYZ 10.55 6.82 47.21 -
YUV 58.22 200.11 90.75 -
System Red Green Blue C M Y K H S L
Decimal 6 60 186 0.97 0.68 0 0.27 222 0.94 0.38
Hex 6 3C BA 61 44 0 1B DE 5E 26
Octal 6 74 272 141 104 0 33 336 136 46
Binary 110 111100 10111010 1100001 1000100 0 11011 11011110 1011110 100110

Color Harmonies of #063CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063CBA

Black with #063CBA

Text Example


Text Example

White with #063CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,60,186); }

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

background-color css

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

 a { background-color: rgb(6,60,186); }

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

border-color css

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

 span { border-color: rgb(6,60,186); }

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