Html Css Color HEX #003CB9 Cobalt

📋 copy color: '#003CB9'

red 0 ◦ green 60 ◦ blue 185

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

Shades of Cobalt #003CB9

Tints of Cobalt #003CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 75.51%

R = 0%
G = 24.49%
B = 75.51%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#003CB9 (or 0x003CB9) is known color: Cobalt. HEX triplet: 00, 3C and B9. RGB value is (0,60,185). Sum of RGB (Red+Green+Blue) = 0+60+185=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 185 (72.66% from 255 or 75.51% from 245); Max value from RGB is 185 - color contains mainly: blue. Hex color #003CB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003CB9 is #FFC346. Grayscale: #373737. Windows color (decimal): -16761671 or 12139520. OLE color: 12139520.

HSL color Cylindrical-coordinate representation of color #003CB9: hue angle of 220.54º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003CB9 is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 60 185 -
CMYK 1 0.68 0 0.27
HSL 220.54º 1% 0.36% -
HSV(B) 220.54º 1% 0.73% -
XYZ 10.37 6.73 46.65 -
YUV 56.31 200.62 87.84 -
System Red Green Blue C M Y K H S L
Decimal 0 60 185 1 0.68 0 0.27 220.54 1 0.36
Hex 0 3C B9 64 44 0 1B DD 64 24
Octal 0 74 271 144 104 0 33 335 144 44
Binary 0 111100 10111001 1100100 1000100 0 11011 11011101 1100100 100100

Color Harmonies of #003CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003CB9

Black with #003CB9

Text Example


Text Example

White with #003CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,60,185); }

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

background-color css

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

 a { background-color: rgb(0,60,185); }

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

border-color css

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

 span { border-color: rgb(0,60,185); }

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