Html Css Color HEX #063BBA Cobalt

📋 copy color: '#063BBA'

red 6 ◦ green 59 ◦ blue 186

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

Shades of Cobalt #063BBA

Tints of Cobalt #063BBA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.51%

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

R = 2.39%
G = 23.51%
B = 74.1%

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

#063BBA (or 0x063BBA) is known color: Cobalt. HEX triplet: 06, 3B and BA. RGB value is (6,59,186). Sum of RGB (Red+Green+Blue) = 6+59+186=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 186 (73.05% from 255 or 74.10% from 251); Max value from RGB is 186 - color contains mainly: blue. Hex color #063BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063BBA is #F9C445. Grayscale: #393939. Windows color (decimal): -16368710 or 12204806. OLE color: 12204806.

HSL color Cylindrical-coordinate representation of color #063BBA: hue angle of 222.33º 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 #063BBA is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 59 186 -
CMYK 0.97 0.68 0 0.27
HSL 222.33º 0.94% 0.38% -
HSV(B) 222.33º 0.97% 0.73% -
XYZ 10.5 6.71 47.2 -
YUV 57.63 200.44 91.17 -
System Red Green Blue C M Y K H S L
Decimal 6 59 186 0.97 0.68 0 0.27 222.33 0.94 0.38
Hex 6 3B BA 61 44 0 1B DE 5E 26
Octal 6 73 272 141 104 0 33 336 136 46
Binary 110 111011 10111010 1100001 1000100 0 11011 11011110 1011110 100110

Color Harmonies of #063BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063BBA

Black with #063BBA

Text Example


Text Example

White with #063BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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