Html Css Color HEX #0142BA Cobalt

📋 copy color: '#0142BA'

red 1 ◦ green 66 ◦ blue 186

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

Shades of Cobalt #0142BA

Tints of Cobalt #0142BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 73.52%

R = 0.4%
G = 26.09%
B = 73.52%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0142BA (or 0x0142BA) is known color: Cobalt. HEX triplet: 01, 42 and BA. RGB value is (1,66,186). Sum of RGB (Red+Green+Blue) = 1+66+186=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 186 (73.05% from 255 or 73.52% from 253); Max value from RGB is 186 - color contains mainly: blue. Hex color #0142BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0142BA is #FEBD45. Grayscale: #3B3B3B. Windows color (decimal): -16694598 or 12206593. OLE color: 12206593.

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

Color convert

RGB 1 66 186 -
CMYK 0.99 0.65 0 0.27
HSL 218.92º 0.99% 0.37% -
HSV(B) 218.92º 0.99% 0.73% -
XYZ 10.82 7.45 47.32 -
YUV 60.25 198.97 85.74 -
System Red Green Blue C M Y K H S L
Decimal 1 66 186 0.99 0.65 0 0.27 218.92 0.99 0.37
Hex 1 42 BA 63 41 0 1B DB 63 25
Octal 1 102 272 143 101 0 33 333 143 45
Binary 1 1000010 10111010 1100011 1000001 0 11011 11011011 1100011 100101

Color Harmonies of #0142BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0142BA

Black with #0142BA

Text Example


Text Example

White with #0142BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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