Html Css Color HEX #0148AD Cobalt

📋 copy color: '#0148AD'

red 1 ◦ green 72 ◦ blue 173

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

Shades of Cobalt #0148AD

Tints of Cobalt #0148AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 70.33%

R = 0.41%
G = 29.27%
B = 70.33%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0148AD (or 0x0148AD) is known color: Cobalt. HEX triplet: 01, 48 and AD. RGB value is (1,72,173). Sum of RGB (Red+Green+Blue) = 1+72+173=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 173 (67.97% from 255 or 70.33% from 246); Max value from RGB is 173 - color contains mainly: blue. Hex color #0148AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0148AD is #FEB752. Grayscale: #3D3D3D. Windows color (decimal): -16693075 or 11356161. OLE color: 11356161.

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

Color convert

RGB 1 72 173 -
CMYK 0.99 0.58 0 0.32
HSL 215.23º 0.99% 0.34% -
HSV(B) 215.23º 0.99% 0.68% -
XYZ 9.87 7.66 40.49 -
YUV 62.29 190.48 84.29 -
System Red Green Blue C M Y K H S L
Decimal 1 72 173 0.99 0.58 0 0.32 215.23 0.99 0.34
Hex 1 48 AD 63 3A 0 20 D7 63 22
Octal 1 110 255 143 72 0 40 327 143 42
Binary 1 1001000 10101101 1100011 111010 0 100000 11010111 1100011 100010

Color Harmonies of #0148AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0148AD

Black with #0148AD

Text Example


Text Example

White with #0148AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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