Html Css Color HEX #0144BC Cobalt

📋 copy color: '#0144BC'

red 1 ◦ green 68 ◦ blue 188

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

Shades of Cobalt #0144BC

Tints of Cobalt #0144BC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.46%

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

R = 0.39%
G = 26.46%
B = 73.15%

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

#0144BC (or 0x0144BC) is known color: Cobalt. HEX triplet: 01, 44 and BC. RGB value is (1,68,188). Sum of RGB (Red+Green+Blue) = 1+68+188=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 188 (73.83% from 255 or 73.15% from 257); Max value from RGB is 188 - color contains mainly: blue. Hex color #0144BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0144BC is #FEBB43. Grayscale: #3D3D3D. Windows color (decimal): -16694084 or 12338177. OLE color: 12338177.

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

Color convert

RGB 1 68 188 -
CMYK 0.99 0.64 0 0.26
HSL 218.5º 0.99% 0.37% -
HSV(B) 218.5º 0.99% 0.74% -
XYZ 11.16 7.77 48.49 -
YUV 61.65 199.3 84.74 -
System Red Green Blue C M Y K H S L
Decimal 1 68 188 0.99 0.64 0 0.26 218.5 0.99 0.37
Hex 1 44 BC 63 40 0 1A DB 63 25
Octal 1 104 274 143 100 0 32 333 143 45
Binary 1 1000100 10111100 1100011 1000000 0 11010 11011011 1100011 100101

Color Harmonies of #0144BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0144BC

Black with #0144BC

Text Example


Text Example

White with #0144BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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