Html Css Color HEX #063EBC Cobalt

📋 copy color: '#063EBC'

red 6 ◦ green 62 ◦ blue 188

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

Shades of Cobalt #063EBC

Tints of Cobalt #063EBC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.22%

 BLUE value IS 188 (73.83% from 255) = 73.44%

R = 2.34%
G = 24.22%
B = 73.44%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#063EBC (or 0x063EBC) is known color: Cobalt. HEX triplet: 06, 3E and BC. RGB value is (6,62,188). Sum of RGB (Red+Green+Blue) = 6+62+188=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 188 (73.83% from 255 or 73.44% from 256); Max value from RGB is 188 - color contains mainly: blue. Hex color #063EBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063EBC is #F9C143. Grayscale: #3B3B3B. Windows color (decimal): -16367940 or 12336646. OLE color: 12336646.

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

Color convert

RGB 6 62 188 -
CMYK 0.97 0.67 0 0.26
HSL 221.54º 0.94% 0.38% -
HSV(B) 221.54º 0.97% 0.74% -
XYZ 10.87 7.11 48.38 -
YUV 59.62 200.45 89.75 -
System Red Green Blue C M Y K H S L
Decimal 6 62 188 0.97 0.67 0 0.26 221.54 0.94 0.38
Hex 6 3E BC 61 43 0 1A DE 5E 26
Octal 6 76 274 141 103 0 32 336 136 46
Binary 110 111110 10111100 1100001 1000011 0 11010 11011110 1011110 100110

Color Harmonies of #063EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063EBC

Black with #063EBC

Text Example


Text Example

White with #063EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,62,188); }

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

background-color css

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

 a { background-color: rgb(6,62,188); }

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

border-color css

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

 span { border-color: rgb(6,62,188); }

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