Html Css Color HEX #003BAB Cobalt

📋 copy color: '#003BAB'

red 0 ◦ green 59 ◦ blue 171

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

Shades of Cobalt #003BAB

Tints of Cobalt #003BAB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.65%

 BLUE value IS 171 (67.19% from 255) = 74.35%

R = 0%
G = 25.65%
B = 74.35%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#003BAB (or 0x003BAB) is known color: Cobalt. HEX triplet: 00, 3B and AB. RGB value is (0,59,171). Sum of RGB (Red+Green+Blue) = 0+59+171=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 59 (23.44% from 255 or 25.65% from 230); Blue value is 171 (67.19% from 255 or 74.35% from 230); Max value from RGB is 171 - color contains mainly: blue. Hex color #003BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003BAB is #FFC454. Grayscale: #353535. Windows color (decimal): -16761941 or 11221760. OLE color: 11221760.

HSL color Cylindrical-coordinate representation of color #003BAB: hue angle of 219.3º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003BAB is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 59 171 -
CMYK 1 0.65 0 0.33
HSL 219.3º 1% 0.34% -
HSV(B) 219.3º 1% 0.67% -
XYZ 8.91 6.07 39.23 -
YUV 54.13 193.95 89.39 -
System Red Green Blue C M Y K H S L
Decimal 0 59 171 1 0.65 0 0.33 219.3 1 0.34
Hex 0 3B AB 64 41 0 21 DB 64 22
Octal 0 73 253 144 101 0 41 333 144 42
Binary 0 111011 10101011 1100100 1000001 0 100001 11011011 1100100 100010

Color Harmonies of #003BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003BAB

Black with #003BAB

Text Example


Text Example

White with #003BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,59,171); }

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

background-color css

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

 a { background-color: rgb(0,59,171); }

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

border-color css

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

 span { border-color: rgb(0,59,171); }

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