Html Css Color HEX #0148AB Cobalt

📋 copy color: '#0148AB'

red 1 ◦ green 72 ◦ blue 171

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

Shades of Cobalt #0148AB

Tints of Cobalt #0148AB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.51%

 BLUE value IS 171 (67.19% from 255) = 70.08%

R = 0.41%
G = 29.51%
B = 70.08%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0148AB (or 0x0148AB) is known color: Cobalt. HEX triplet: 01, 48 and AB. RGB value is (1,72,171). Sum of RGB (Red+Green+Blue) = 1+72+171=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 171 (67.19% from 255 or 70.08% from 244); Max value from RGB is 171 - color contains mainly: blue. Hex color #0148AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0148AB is #FEB754. Grayscale: #3D3D3D. Windows color (decimal): -16693077 or 11225089. OLE color: 11225089.

HSL color Cylindrical-coordinate representation of color #0148AB: hue angle of 214.94º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0148AB is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 72 171 -
CMYK 0.99 0.58 0 0.33
HSL 214.94º 0.99% 0.34% -
HSV(B) 214.94º 0.99% 0.67% -
XYZ 9.68 7.58 39.48 -
YUV 62.06 189.48 84.45 -
System Red Green Blue C M Y K H S L
Decimal 1 72 171 0.99 0.58 0 0.33 214.94 0.99 0.34
Hex 1 48 AB 63 3A 0 21 D7 63 22
Octal 1 110 253 143 72 0 41 327 143 42
Binary 1 1001000 10101011 1100011 111010 0 100001 11010111 1100011 100010

Color Harmonies of #0148AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0148AB

Black with #0148AB

Text Example


Text Example

White with #0148AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0148AB; }

 p { color: rgb(1,72,171); }

 H1.HeaderClassName
 {
   color: #0148AB;
 }
 .AnyTagClassName
 {
   color: #0148AB;
 }
</style>

background-color css

<style>
 a { background-color: #0148AB; }

 a { background-color: rgb(1,72,171); }

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

border-color css

<style>
 span { border-color: #0148AB; }

 span { border-color: rgb(1,72,171); }

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