Html Css Color HEX #0141AE Cobalt

📋 copy color: '#0141AE'

red 1 ◦ green 65 ◦ blue 174

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

Shades of Cobalt #0141AE

Tints of Cobalt #0141AE

RGB

 RED value IS 1 (0.78% from 255) = 0.42%

 GREEN value IS 65 (25.78% from 255) = 27.08%

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

R = 0.42%
G = 27.08%
B = 72.5%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0141AE (or 0x0141AE) is known color: Cobalt. HEX triplet: 01, 41 and AE. RGB value is (1,65,174). Sum of RGB (Red+Green+Blue) = 1+65+174=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 174 (68.36% from 255 or 72.5% from 240); Max value from RGB is 174 - color contains mainly: blue. Hex color #0141AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0141AE is #FEBE51. Grayscale: #393939. Windows color (decimal): -16694866 or 11419905. OLE color: 11419905.

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

Color convert

RGB 1 65 174 -
CMYK 0.99 0.63 0 0.32
HSL 217.8º 0.99% 0.34% -
HSV(B) 217.8º 0.99% 0.68% -
XYZ 9.54 6.84 40.86 -
YUV 58.29 193.3 87.14 -
System Red Green Blue C M Y K H S L
Decimal 1 65 174 0.99 0.63 0 0.32 217.8 0.99 0.34
Hex 1 41 AE 63 3F 0 20 DA 63 22
Octal 1 101 256 143 77 0 40 332 143 42
Binary 1 1000001 10101110 1100011 111111 0 100000 11011010 1100011 100010

Color Harmonies of #0141AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0141AE

Black with #0141AE

Text Example


Text Example

White with #0141AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0141AE; }

 p { color: rgb(1,65,174); }

 H1.HeaderClassName
 {
   color: #0141AE;
 }
 .AnyTagClassName
 {
   color: #0141AE;
 }
</style>

background-color css

<style>
 a { background-color: #0141AE; }

 a { background-color: rgb(1,65,174); }

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

border-color css

<style>
 span { border-color: #0141AE; }

 span { border-color: rgb(1,65,174); }

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