Html Css Color HEX #0143BC Cobalt

📋 copy color: '#0143BC'

red 1 ◦ green 67 ◦ blue 188

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

Shades of Cobalt #0143BC

Tints of Cobalt #0143BC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.17%

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

R = 0.39%
G = 26.17%
B = 73.44%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0143BC (or 0x0143BC) is known color: Cobalt. HEX triplet: 01, 43 and BC. RGB value is (1,67,188). Sum of RGB (Red+Green+Blue) = 1+67+188=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 188 (73.83% from 255 or 73.44% from 256); Max value from RGB is 188 - color contains mainly: blue. Hex color #0143BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0143BC is #FEBC43. Grayscale: #3C3C3C. Windows color (decimal): -16694340 or 12337921. OLE color: 12337921.

HSL color Cylindrical-coordinate representation of color #0143BC: hue angle of 218.82º 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 #0143BC is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 1 67 188 -
CMYK 0.99 0.64 0 0.26
HSL 218.82º 0.99% 0.37% -
HSV(B) 218.82º 0.99% 0.74% -
XYZ 11.1 7.65 48.47 -
YUV 61.06 199.63 85.16 -
System Red Green Blue C M Y K H S L
Decimal 1 67 188 0.99 0.64 0 0.26 218.82 0.99 0.37
Hex 1 43 BC 63 40 0 1A DB 63 25
Octal 1 103 274 143 100 0 32 333 143 45
Binary 1 1000011 10111100 1100011 1000000 0 11010 11011011 1100011 100101

Color Harmonies of #0143BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0143BC

Black with #0143BC

Text Example


Text Example

White with #0143BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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