Html Css Color HEX #003FA1 Cobalt

📋 copy color: '#003FA1'

red 0 ◦ green 63 ◦ blue 161

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

Shades of Cobalt #003FA1

Tints of Cobalt #003FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 71.88%

R = 0%
G = 28.13%
B = 71.88%

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

#003FA1 (or 0x003FA1) is known color: Cobalt. HEX triplet: 00, 3F and A1. RGB value is (0,63,161). Sum of RGB (Red+Green+Blue) = 0+63+161=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 161 (63.28% from 255 or 71.88% from 224); Max value from RGB is 161 - color contains mainly: blue. Hex color #003FA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003FA1 is #FFC05E. Grayscale: #363636. Windows color (decimal): -16760927 or 10567424. OLE color: 10567424.

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

Color convert

RGB 0 63 161 -
CMYK 1 0.61 0 0.37
HSL 216.52º 1% 0.32% -
HSV(B) 216.52º 1% 0.63% -
XYZ 8.21 6.13 34.47 -
YUV 55.34 187.63 88.53 -
System Red Green Blue C M Y K H S L
Decimal 0 63 161 1 0.61 0 0.37 216.52 1 0.32
Hex 0 3F A1 64 3D 0 25 D9 64 20
Octal 0 77 241 144 75 0 45 331 144 40
Binary 0 111111 10100001 1100100 111101 0 100101 11011001 1100100 100000

Color Harmonies of #003FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003FA1

Black with #003FA1

Text Example


Text Example

White with #003FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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