Html Css Color HEX #0144BB Cobalt

📋 copy color: '#0144BB'

red 1 ◦ green 68 ◦ blue 187

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

Shades of Cobalt #0144BB

Tints of Cobalt #0144BB

RGB

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

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

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

R = 0.39%
G = 26.56%
B = 73.05%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0144BB (or 0x0144BB) is known color: Cobalt. HEX triplet: 01, 44 and BB. RGB value is (1,68,187). Sum of RGB (Red+Green+Blue) = 1+68+187=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 187 (73.44% from 255 or 73.05% from 256); Max value from RGB is 187 - color contains mainly: blue. Hex color #0144BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0144BB is #FEBB44. Grayscale: #3C3C3C. Windows color (decimal): -16694085 or 12272641. OLE color: 12272641.

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

Color convert

RGB 1 68 187 -
CMYK 0.99 0.64 0 0.27
HSL 218.39º 0.99% 0.37% -
HSV(B) 218.39º 0.99% 0.73% -
XYZ 11.05 7.73 47.92 -
YUV 61.53 198.8 84.82 -
System Red Green Blue C M Y K H S L
Decimal 1 68 187 0.99 0.64 0 0.27 218.39 0.99 0.37
Hex 1 44 BB 63 40 0 1B DA 63 25
Octal 1 104 273 143 100 0 33 332 143 45
Binary 1 1000100 10111011 1100011 1000000 0 11011 11011010 1100011 100101

Color Harmonies of #0144BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0144BB

Black with #0144BB

Text Example


Text Example

White with #0144BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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