Html Css Color HEX #0142BB Cobalt

📋 copy color: '#0142BB'

red 1 ◦ green 66 ◦ blue 187

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

Shades of Cobalt #0142BB

Tints of Cobalt #0142BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 73.62%

R = 0.39%
G = 25.98%
B = 73.62%

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

#0142BB (or 0x0142BB) is known color: Cobalt. HEX triplet: 01, 42 and BB. RGB value is (1,66,187). Sum of RGB (Red+Green+Blue) = 1+66+187=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 187 (73.44% from 255 or 73.62% from 254); Max value from RGB is 187 - color contains mainly: blue. Hex color #0142BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0142BB is #FEBD44. Grayscale: #3B3B3B. Windows color (decimal): -16694597 or 12272129. OLE color: 12272129.

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

Color convert

RGB 1 66 187 -
CMYK 0.99 0.65 0 0.27
HSL 219.03º 0.99% 0.37% -
HSV(B) 219.03º 0.99% 0.73% -
XYZ 10.93 7.49 47.88 -
YUV 60.36 199.47 85.66 -
System Red Green Blue C M Y K H S L
Decimal 1 66 187 0.99 0.65 0 0.27 219.03 0.99 0.37
Hex 1 42 BB 63 41 0 1B DB 63 25
Octal 1 102 273 143 101 0 33 333 143 45
Binary 1 1000010 10111011 1100011 1000001 0 11011 11011011 1100011 100101

Color Harmonies of #0142BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0142BB

Black with #0142BB

Text Example


Text Example

White with #0142BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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