Html Css Color HEX #003ABD Cobalt

📋 copy color: '#003ABD'

red 0 ◦ green 58 ◦ blue 189

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

Shades of Cobalt #003ABD

Tints of Cobalt #003ABD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.48%

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

R = 0%
G = 23.48%
B = 76.52%

CMYK

 C value IS 1

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#003ABD (or 0x003ABD) is known color: Cobalt. HEX triplet: 00, 3A and BD. RGB value is (0,58,189). Sum of RGB (Red+Green+Blue) = 0+58+189=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 189 (74.22% from 255 or 76.52% from 247); Max value from RGB is 189 - color contains mainly: blue. Hex color #003ABD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003ABD is #FFC542. Grayscale: #373737. Windows color (decimal): -16762179 or 12401152. OLE color: 12401152.

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

Color convert

RGB 0 58 189 -
CMYK 1 0.69 0 0.26
HSL 221.59º 1% 0.37% -
HSV(B) 221.59º 1% 0.74% -
XYZ 10.7 6.7 48.87 -
YUV 55.59 203.28 88.35 -
System Red Green Blue C M Y K H S L
Decimal 0 58 189 1 0.69 0 0.26 221.59 1 0.37
Hex 0 3A BD 64 45 0 1A DE 64 25
Octal 0 72 275 144 105 0 32 336 144 45
Binary 0 111010 10111101 1100100 1000101 0 11010 11011110 1100100 100101

Color Harmonies of #003ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003ABD

Black with #003ABD

Text Example


Text Example

White with #003ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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