Html Css Color HEX #003AB8 Cobalt

📋 copy color: '#003AB8'

red 0 ◦ green 58 ◦ blue 184

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

Shades of Cobalt #003AB8

Tints of Cobalt #003AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 76.03%

R = 0%
G = 23.97%
B = 76.03%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#003AB8 (or 0x003AB8) is known color: Cobalt. HEX triplet: 00, 3A and B8. RGB value is (0,58,184). Sum of RGB (Red+Green+Blue) = 0+58+184=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 184 (72.27% from 255 or 76.03% from 242); Max value from RGB is 184 - color contains mainly: blue. Hex color #003AB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003AB8 is #FFC547. Grayscale: #363636. Windows color (decimal): -16762184 or 12073472. OLE color: 12073472.

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

Color convert

RGB 0 58 184 -
CMYK 1 0.68 0 0.28
HSL 221.09º 1% 0.36% -
HSV(B) 221.09º 1% 0.72% -
XYZ 10.16 6.49 46.06 -
YUV 55.02 200.78 88.75 -
System Red Green Blue C M Y K H S L
Decimal 0 58 184 1 0.68 0 0.28 221.09 1 0.36
Hex 0 3A B8 64 44 0 1C DD 64 24
Octal 0 72 270 144 104 0 34 335 144 44
Binary 0 111010 10111000 1100100 1000100 0 11100 11011101 1100100 100100

Color Harmonies of #003AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003AB8

Black with #003AB8

Text Example


Text Example

White with #003AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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