Html Css Color HEX #063CBB Cobalt

📋 copy color: '#063CBB'

red 6 ◦ green 60 ◦ blue 187

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

Shades of Cobalt #063CBB

Tints of Cobalt #063CBB

RGB

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

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

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

R = 2.37%
G = 23.72%
B = 73.91%

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

#063CBB (or 0x063CBB) is known color: Cobalt. HEX triplet: 06, 3C and BB. RGB value is (6,60,187). Sum of RGB (Red+Green+Blue) = 6+60+187=253 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.37% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 187 (73.44% from 255 or 73.91% from 253); Max value from RGB is 187 - color contains mainly: blue. Hex color #063CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063CBB is #F9C344. Grayscale: #393939. Windows color (decimal): -16368453 or 12270598. OLE color: 12270598.

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

Color convert

RGB 6 60 187 -
CMYK 0.97 0.68 0 0.27
HSL 222.1º 0.94% 0.38% -
HSV(B) 222.1º 0.97% 0.73% -
XYZ 10.66 6.86 47.78 -
YUV 58.33 200.61 90.67 -
System Red Green Blue C M Y K H S L
Decimal 6 60 187 0.97 0.68 0 0.27 222.1 0.94 0.38
Hex 6 3C BB 61 44 0 1B DE 5E 26
Octal 6 74 273 141 104 0 33 336 136 46
Binary 110 111100 10111011 1100001 1000100 0 11011 11011110 1011110 100110

Color Harmonies of #063CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063CBB

Black with #063CBB

Text Example


Text Example

White with #063CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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