Html Css Color HEX #003FAE Cobalt

📋 copy color: '#003FAE'

red 0 ◦ green 63 ◦ blue 174

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

Shades of Cobalt #003FAE

Tints of Cobalt #003FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 73.42%

R = 0%
G = 26.58%
B = 73.42%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#003FAE (or 0x003FAE) is known color: Cobalt. HEX triplet: 00, 3F and AE. RGB value is (0,63,174). Sum of RGB (Red+Green+Blue) = 0+63+174=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 174 (68.36% from 255 or 73.42% from 237); Max value from RGB is 174 - color contains mainly: blue. Hex color #003FAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003FAE is #FFC051. Grayscale: #383838. Windows color (decimal): -16760914 or 11419392. OLE color: 11419392.

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

Color convert

RGB 0 63 174 -
CMYK 1 0.64 0 0.32
HSL 218.28º 1% 0.34% -
HSV(B) 218.28º 1% 0.68% -
XYZ 9.42 6.61 40.82 -
YUV 56.82 194.13 87.47 -
System Red Green Blue C M Y K H S L
Decimal 0 63 174 1 0.64 0 0.32 218.28 1 0.34
Hex 0 3F AE 64 40 0 20 DA 64 22
Octal 0 77 256 144 100 0 40 332 144 42
Binary 0 111111 10101110 1100100 1000000 0 100000 11011010 1100100 100010

Color Harmonies of #003FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003FAE

Black with #003FAE

Text Example


Text Example

White with #003FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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