Html Css Color HEX #0142BC Cobalt

📋 copy color: '#0142BC'

red 1 ◦ green 66 ◦ blue 188

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

Shades of Cobalt #0142BC

Tints of Cobalt #0142BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 73.73%

R = 0.39%
G = 25.88%
B = 73.73%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0142BC (or 0x0142BC) is known color: Cobalt. HEX triplet: 01, 42 and BC. RGB value is (1,66,188). Sum of RGB (Red+Green+Blue) = 1+66+188=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 188 (73.83% from 255 or 73.73% from 255); Max value from RGB is 188 - color contains mainly: blue. Hex color #0142BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0142BC is #FEBD43. Grayscale: #3B3B3B. Windows color (decimal): -16694596 or 12337665. OLE color: 12337665.

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

Color convert

RGB 1 66 188 -
CMYK 0.99 0.65 0 0.26
HSL 219.14º 0.99% 0.37% -
HSV(B) 219.14º 0.99% 0.74% -
XYZ 11.04 7.53 48.45 -
YUV 60.47 199.97 85.58 -
System Red Green Blue C M Y K H S L
Decimal 1 66 188 0.99 0.65 0 0.26 219.14 0.99 0.37
Hex 1 42 BC 63 41 0 1A DB 63 25
Octal 1 102 274 143 101 0 32 333 143 45
Binary 1 1000010 10111100 1100011 1000001 0 11010 11011011 1100011 100101

Color Harmonies of #0142BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0142BC

Black with #0142BC

Text Example


Text Example

White with #0142BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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