Html Css Color HEX #0142AE Cobalt

📋 copy color: '#0142AE'

red 1 ◦ green 66 ◦ blue 174

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

Shades of Cobalt #0142AE

Tints of Cobalt #0142AE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.39%

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

R = 0.41%
G = 27.39%
B = 72.2%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0142AE (or 0x0142AE) is known color: Cobalt. HEX triplet: 01, 42 and AE. RGB value is (1,66,174). Sum of RGB (Red+Green+Blue) = 1+66+174=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 174 (68.36% from 255 or 72.20% from 241); Max value from RGB is 174 - color contains mainly: blue. Hex color #0142AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0142AE is #FEBD51. Grayscale: #3A3A3A. Windows color (decimal): -16694610 or 11420161. OLE color: 11420161.

HSL color Cylindrical-coordinate representation of color #0142AE: hue angle of 217.46º 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 #0142AE is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 1 66 174 -
CMYK 0.99 0.62 0 0.32
HSL 217.46º 0.99% 0.34% -
HSV(B) 217.46º 0.99% 0.68% -
XYZ 9.6 6.96 40.88 -
YUV 58.88 192.97 86.72 -
System Red Green Blue C M Y K H S L
Decimal 1 66 174 0.99 0.62 0 0.32 217.46 0.99 0.34
Hex 1 42 AE 63 3E 0 20 D9 63 22
Octal 1 102 256 143 76 0 40 331 143 42
Binary 1 1000010 10101110 1100011 111110 0 100000 11011001 1100011 100010

Color Harmonies of #0142AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0142AE

Black with #0142AE

Text Example


Text Example

White with #0142AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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