Html Css Color HEX #0142A0 Cobalt

📋 copy color: '#0142A0'

red 1 ◦ green 66 ◦ blue 160

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

Shades of Cobalt #0142A0

Tints of Cobalt #0142A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 70.48%

R = 0.44%
G = 29.07%
B = 70.48%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0142A0 (or 0x0142A0) is known color: Cobalt. HEX triplet: 01, 42 and A0. RGB value is (1,66,160). Sum of RGB (Red+Green+Blue) = 1+66+160=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 160 (62.89% from 255 or 70.48% from 227); Max value from RGB is 160 - color contains mainly: blue. Hex color #0142A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0142A0 is #FEBD5F. Grayscale: #383838. Windows color (decimal): -16694624 or 10502657. OLE color: 10502657.

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

Color convert

RGB 1 66 160 -
CMYK 0.99 0.59 0 0.37
HSL 215.47º 0.99% 0.32% -
HSV(B) 215.47º 0.99% 0.63% -
XYZ 8.31 6.44 34.06 -
YUV 57.28 185.97 87.86 -
System Red Green Blue C M Y K H S L
Decimal 1 66 160 0.99 0.59 0 0.37 215.47 0.99 0.32
Hex 1 42 A0 63 3B 0 25 D7 63 20
Octal 1 102 240 143 73 0 45 327 143 40
Binary 1 1000010 10100000 1100011 111011 0 100101 11010111 1100011 100000

Color Harmonies of #0142A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0142A0

Black with #0142A0

Text Example


Text Example

White with #0142A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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