Html Css Color HEX #003CBD Cobalt

📋 copy color: '#003CBD'

red 0 ◦ green 60 ◦ blue 189

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

Shades of Cobalt #003CBD

Tints of Cobalt #003CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 75.9%

R = 0%
G = 24.1%
B = 75.9%

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

#003CBD (or 0x003CBD) is known color: Cobalt. HEX triplet: 00, 3C and BD. RGB value is (0,60,189). Sum of RGB (Red+Green+Blue) = 0+60+189=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 189 (74.22% from 255 or 75.90% from 249); Max value from RGB is 189 - color contains mainly: blue. Hex color #003CBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003CBD is #FFC342. Grayscale: #383838. Windows color (decimal): -16761667 or 12401664. OLE color: 12401664.

HSL color Cylindrical-coordinate representation of color #003CBD: hue angle of 220.95º 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 #003CBD is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 60 189 -
CMYK 1 0.68 0 0.26
HSL 220.95º 1% 0.37% -
HSV(B) 220.95º 1% 0.74% -
XYZ 10.8 6.91 48.91 -
YUV 56.77 202.62 87.51 -
System Red Green Blue C M Y K H S L
Decimal 0 60 189 1 0.68 0 0.26 220.95 1 0.37
Hex 0 3C BD 64 44 0 1A DD 64 25
Octal 0 74 275 144 104 0 32 335 144 45
Binary 0 111100 10111101 1100100 1000100 0 11010 11011101 1100100 100101

Color Harmonies of #003CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003CBD

Black with #003CBD

Text Example


Text Example

White with #003CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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