Html Css Color HEX #003BAA Cobalt

📋 copy color: '#003BAA'

red 0 ◦ green 59 ◦ blue 170

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

Shades of Cobalt #003BAA

Tints of Cobalt #003BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 74.24%

R = 0%
G = 25.76%
B = 74.24%

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

#003BAA (or 0x003BAA) is known color: Cobalt. HEX triplet: 00, 3B and AA. RGB value is (0,59,170). Sum of RGB (Red+Green+Blue) = 0+59+170=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 59 (23.44% from 255 or 25.76% from 229); Blue value is 170 (66.80% from 255 or 74.24% from 229); Max value from RGB is 170 - color contains mainly: blue. Hex color #003BAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003BAA is #FFC455. Grayscale: #353535. Windows color (decimal): -16761942 or 11156224. OLE color: 11156224.

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

Color convert

RGB 0 59 170 -
CMYK 1 0.65 0 0.33
HSL 219.18º 1% 0.33% -
HSV(B) 219.18º 1% 0.67% -
XYZ 8.82 6.03 38.73 -
YUV 54.01 193.45 89.47 -
System Red Green Blue C M Y K H S L
Decimal 0 59 170 1 0.65 0 0.33 219.18 1 0.33
Hex 0 3B AA 64 41 0 21 DB 64 21
Octal 0 73 252 144 101 0 41 333 144 41
Binary 0 111011 10101010 1100100 1000001 0 100001 11011011 1100100 100001

Color Harmonies of #003BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003BAA

Black with #003BAA

Text Example


Text Example

White with #003BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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