Html Css Color HEX #003BC6 Cobalt

📋 copy color: '#003BC6'

red 0 ◦ green 59 ◦ blue 198

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

Shades of Cobalt #003BC6

Tints of Cobalt #003BC6

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 198 (77.73% from 255) = 77.04%

R = 0%
G = 22.96%
B = 77.04%

CMYK

 C value IS 1

 M value IS 0.70

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#003BC6 (or 0x003BC6) is known color: Cobalt. HEX triplet: 00, 3B and C6. RGB value is (0,59,198). Sum of RGB (Red+Green+Blue) = 0+59+198=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 198 (77.73% from 255 or 77.04% from 257); Max value from RGB is 198 - color contains mainly: blue. Hex color #003BC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003BC6 is #FFC439. Grayscale: #383838. Windows color (decimal): -16761914 or 12991232. OLE color: 12991232.

HSL color Cylindrical-coordinate representation of color #003BC6: hue angle of 222.12º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003BC6 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 0 59 198 -
CMYK 1 0.70 0 0.22
HSL 222.12º 1% 0.39% -
HSV(B) 222.12º 1% 0.78% -
XYZ 11.76 7.21 54.2 -
YUV 57.21 207.45 87.2 -
System Red Green Blue C M Y K H S L
Decimal 0 59 198 1 0.70 0 0.22 222.12 1 0.39
Hex 0 3B C6 64 46 0 16 DE 64 27
Octal 0 73 306 144 106 0 26 336 144 47
Binary 0 111011 11000110 1100100 1000110 0 10110 11011110 1100100 100111

Color Harmonies of #003BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003BC6

Black with #003BC6

Text Example


Text Example

White with #003BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003BC6; }

 p { color: rgb(0,59,198); }

 H1.HeaderClassName
 {
   color: #003BC6;
 }
 .AnyTagClassName
 {
   color: #003BC6;
 }
</style>

background-color css

<style>
 a { background-color: #003BC6; }

 a { background-color: rgb(0,59,198); }

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

border-color css

<style>
 span { border-color: #003BC6; }

 span { border-color: rgb(0,59,198); }

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