Html Css Color HEX #003CBC Cobalt

📋 copy color: '#003CBC'

red 0 ◦ green 60 ◦ blue 188

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

Shades of Cobalt #003CBC

Tints of Cobalt #003CBC

RGB

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

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

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

R = 0%
G = 24.19%
B = 75.81%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#003CBC (or 0x003CBC) is known color: Cobalt. HEX triplet: 00, 3C and BC. RGB value is (0,60,188). Sum of RGB (Red+Green+Blue) = 0+60+188=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 188 (73.83% from 255 or 75.81% from 248); Max value from RGB is 188 - color contains mainly: blue. Hex color #003CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003CBC is #FFC343. Grayscale: #383838. Windows color (decimal): -16761668 or 12336128. OLE color: 12336128.

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

Color convert

RGB 0 60 188 -
CMYK 1 0.68 0 0.26
HSL 220.85º 1% 0.37% -
HSV(B) 220.85º 1% 0.74% -
XYZ 10.69 6.86 48.34 -
YUV 56.65 202.12 87.59 -
System Red Green Blue C M Y K H S L
Decimal 0 60 188 1 0.68 0 0.26 220.85 1 0.37
Hex 0 3C BC 64 44 0 1A DD 64 25
Octal 0 74 274 144 104 0 32 335 144 45
Binary 0 111100 10111100 1100100 1000100 0 11010 11011101 1100100 100101

Color Harmonies of #003CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003CBC

Black with #003CBC

Text Example


Text Example

White with #003CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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