Html Css Color HEX #063EBB Cobalt

📋 copy color: '#063EBB'

red 6 ◦ green 62 ◦ blue 187

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

Shades of Cobalt #063EBB

Tints of Cobalt #063EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 73.33%

R = 2.35%
G = 24.31%
B = 73.33%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#063EBB (or 0x063EBB) is known color: Cobalt. HEX triplet: 06, 3E and BB. RGB value is (6,62,187). Sum of RGB (Red+Green+Blue) = 6+62+187=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 187 (73.44% from 255 or 73.33% from 255); Max value from RGB is 187 - color contains mainly: blue. Hex color #063EBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063EBB is #F9C144. Grayscale: #3A3A3A. Windows color (decimal): -16367941 or 12271110. OLE color: 12271110.

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

Color convert

RGB 6 62 187 -
CMYK 0.97 0.67 0 0.27
HSL 221.44º 0.94% 0.38% -
HSV(B) 221.44º 0.97% 0.73% -
XYZ 10.77 7.07 47.81 -
YUV 59.51 199.95 89.84 -
System Red Green Blue C M Y K H S L
Decimal 6 62 187 0.97 0.67 0 0.27 221.44 0.94 0.38
Hex 6 3E BB 61 43 0 1B DD 5E 26
Octal 6 76 273 141 103 0 33 335 136 46
Binary 110 111110 10111011 1100001 1000011 0 11011 11011101 1011110 100110

Color Harmonies of #063EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063EBB

Black with #063EBB

Text Example


Text Example

White with #063EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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