Html Css Color HEX #003ABB Cobalt

📋 copy color: '#003ABB'

red 0 ◦ green 58 ◦ blue 187

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

Shades of Cobalt #003ABB

Tints of Cobalt #003ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 76.33%

R = 0%
G = 23.67%
B = 76.33%

CMYK

 C value IS 1

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#003ABB (or 0x003ABB) is known color: Cobalt. HEX triplet: 00, 3A and BB. RGB value is (0,58,187). Sum of RGB (Red+Green+Blue) = 0+58+187=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 187 (73.44% from 255 or 76.33% from 245); Max value from RGB is 187 - color contains mainly: blue. Hex color #003ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003ABB is #FFC544. Grayscale: #363636. Windows color (decimal): -16762181 or 12270080. OLE color: 12270080.

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

Color convert

RGB 0 58 187 -
CMYK 1 0.69 0 0.27
HSL 221.39º 1% 0.37% -
HSV(B) 221.39º 1% 0.73% -
XYZ 10.48 6.61 47.74 -
YUV 55.36 202.28 88.51 -
System Red Green Blue C M Y K H S L
Decimal 0 58 187 1 0.69 0 0.27 221.39 1 0.37
Hex 0 3A BB 64 45 0 1B DD 64 25
Octal 0 72 273 144 105 0 33 335 144 45
Binary 0 111010 10111011 1100100 1000101 0 11011 11011101 1100100 100101

Color Harmonies of #003ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003ABB

Black with #003ABB

Text Example


Text Example

White with #003ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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