Html Css Color HEX #003FAC Cobalt

📋 copy color: '#003FAC'

red 0 ◦ green 63 ◦ blue 172

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

Shades of Cobalt #003FAC

Tints of Cobalt #003FAC

RGB

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

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

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

R = 0%
G = 26.81%
B = 73.19%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#003FAC (or 0x003FAC) is known color: Cobalt. HEX triplet: 00, 3F and AC. RGB value is (0,63,172). Sum of RGB (Red+Green+Blue) = 0+63+172=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 172 (67.58% from 255 or 73.19% from 235); Max value from RGB is 172 - color contains mainly: blue. Hex color #003FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003FAC is #FFC053. Grayscale: #383838. Windows color (decimal): -16760916 or 11288320. OLE color: 11288320.

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

Color convert

RGB 0 63 172 -
CMYK 1 0.63 0 0.33
HSL 218.02º 1% 0.34% -
HSV(B) 218.02º 1% 0.67% -
XYZ 9.22 6.53 39.8 -
YUV 56.59 193.13 87.64 -
System Red Green Blue C M Y K H S L
Decimal 0 63 172 1 0.63 0 0.33 218.02 1 0.34
Hex 0 3F AC 64 3F 0 21 DA 64 22
Octal 0 77 254 144 77 0 41 332 144 42
Binary 0 111111 10101100 1100100 111111 0 100001 11011010 1100100 100010

Color Harmonies of #003FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003FAC

Black with #003FAC

Text Example


Text Example

White with #003FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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