Html Css Color HEX #003CA8 Cobalt

📋 copy color: '#003CA8'

red 0 ◦ green 60 ◦ blue 168

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

Shades of Cobalt #003CA8

Tints of Cobalt #003CA8

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.32%

 BLUE value IS 168 (66.02% from 255) = 73.68%

R = 0%
G = 26.32%
B = 73.68%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#003CA8 (or 0x003CA8) is known color: Cobalt. HEX triplet: 00, 3C and A8. RGB value is (0,60,168). Sum of RGB (Red+Green+Blue) = 0+60+168=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 168 (66.02% from 255 or 73.68% from 228); Max value from RGB is 168 - color contains mainly: blue. Hex color #003CA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003CA8 is #FFC357. Grayscale: #353535. Windows color (decimal): -16761688 or 11025408. OLE color: 11025408.

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

Color convert

RGB 0 60 168 -
CMYK 1 0.64 0 0.34
HSL 218.57º 1% 0.33% -
HSV(B) 218.57º 1% 0.66% -
XYZ 8.68 6.06 37.76 -
YUV 54.37 192.12 89.22 -
System Red Green Blue C M Y K H S L
Decimal 0 60 168 1 0.64 0 0.34 218.57 1 0.33
Hex 0 3C A8 64 40 0 22 DB 64 21
Octal 0 74 250 144 100 0 42 333 144 41
Binary 0 111100 10101000 1100100 1000000 0 100010 11011011 1100100 100001

Color Harmonies of #003CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003CA8

Black with #003CA8

Text Example


Text Example

White with #003CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,60,168); }

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

background-color css

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

 a { background-color: rgb(0,60,168); }

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

border-color css

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

 span { border-color: rgb(0,60,168); }

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