Html Css Color HEX #003BAC Cobalt

📋 copy color: '#003BAC'

red 0 ◦ green 59 ◦ blue 172

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

Shades of Cobalt #003BAC

Tints of Cobalt #003BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 74.46%

R = 0%
G = 25.54%
B = 74.46%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#003BAC (or 0x003BAC) is known color: Cobalt. HEX triplet: 00, 3B and AC. RGB value is (0,59,172). Sum of RGB (Red+Green+Blue) = 0+59+172=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 59 (23.44% from 255 or 25.54% from 231); Blue value is 172 (67.58% from 255 or 74.46% from 231); Max value from RGB is 172 - color contains mainly: blue. Hex color #003BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003BAC is #FFC453. Grayscale: #353535. Windows color (decimal): -16761940 or 11287296. OLE color: 11287296.

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

Color convert

RGB 0 59 172 -
CMYK 1 0.66 0 0.33
HSL 219.42º 1% 0.34% -
HSV(B) 219.42º 1% 0.67% -
XYZ 9.01 6.11 39.73 -
YUV 54.24 194.45 89.31 -
System Red Green Blue C M Y K H S L
Decimal 0 59 172 1 0.66 0 0.33 219.42 1 0.34
Hex 0 3B AC 64 42 0 21 DB 64 22
Octal 0 73 254 144 102 0 41 333 144 42
Binary 0 111011 10101100 1100100 1000010 0 100001 11011011 1100100 100010

Color Harmonies of #003BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003BAC

Black with #003BAC

Text Example


Text Example

White with #003BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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