Html Css Color HEX #0142BE Cobalt

📋 copy color: '#0142BE'

red 1 ◦ green 66 ◦ blue 190

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

Shades of Cobalt #0142BE

Tints of Cobalt #0142BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 73.93%

R = 0.39%
G = 25.68%
B = 73.93%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0142BE (or 0x0142BE) is known color: Cobalt. HEX triplet: 01, 42 and BE. RGB value is (1,66,190). Sum of RGB (Red+Green+Blue) = 1+66+190=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 190 (74.61% from 255 or 73.93% from 257); Max value from RGB is 190 - color contains mainly: blue. Hex color #0142BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0142BE is #FEBD41. Grayscale: #3C3C3C. Windows color (decimal): -16694594 or 12468737. OLE color: 12468737.

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

Color convert

RGB 1 66 190 -
CMYK 0.99 0.65 0 0.25
HSL 219.37º 0.99% 0.37% -
HSV(B) 219.37º 0.99% 0.75% -
XYZ 11.26 7.62 49.59 -
YUV 60.7 200.97 85.42 -
System Red Green Blue C M Y K H S L
Decimal 1 66 190 0.99 0.65 0 0.25 219.37 0.99 0.37
Hex 1 42 BE 63 41 0 19 DB 63 25
Octal 1 102 276 143 101 0 31 333 143 45
Binary 1 1000010 10111110 1100011 1000001 0 11001 11011011 1100011 100101

Color Harmonies of #0142BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0142BE

Black with #0142BE

Text Example


Text Example

White with #0142BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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