Html Css Color HEX #003FA0 Cobalt

📋 copy color: '#003FA0'

red 0 ◦ green 63 ◦ blue 160

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

Shades of Cobalt #003FA0

Tints of Cobalt #003FA0

RGB

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

 GREEN value IS 63 (25% from 255) = 28.25%

 BLUE value IS 160 (62.89% from 255) = 71.75%

R = 0%
G = 28.25%
B = 71.75%

CMYK

 C value IS 1

 M value IS 0.61

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#003FA0 (or 0x003FA0) is known color: Cobalt. HEX triplet: 00, 3F and A0. RGB value is (0,63,160). Sum of RGB (Red+Green+Blue) = 0+63+160=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 160 (62.89% from 255 or 71.75% from 223); Max value from RGB is 160 - color contains mainly: blue. Hex color #003FA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003FA0 is #FFC05F. Grayscale: #363636. Windows color (decimal): -16760928 or 10501888. OLE color: 10501888.

HSL color Cylindrical-coordinate representation of color #003FA0: hue angle of 216.38º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003FA0 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 0 63 160 -
CMYK 1 0.61 0 0.37
HSL 216.38º 1% 0.31% -
HSV(B) 216.38º 1% 0.63% -
XYZ 8.12 6.09 34.01 -
YUV 55.22 187.13 88.61 -
System Red Green Blue C M Y K H S L
Decimal 0 63 160 1 0.61 0 0.37 216.38 1 0.31
Hex 0 3F A0 64 3D 0 25 D8 64 1F
Octal 0 77 240 144 75 0 45 330 144 37
Binary 0 111111 10100000 1100100 111101 0 100101 11011000 1100100 11111

Color Harmonies of #003FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003FA0

Black with #003FA0

Text Example


Text Example

White with #003FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,63,160); }

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

background-color css

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

 a { background-color: rgb(0,63,160); }

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

border-color css

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

 span { border-color: rgb(0,63,160); }

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