Html Css Color HEX #0048BD Cobalt

📋 copy color: '#0048BD'

red 0 ◦ green 72 ◦ blue 189

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

Shades of Cobalt #0048BD

Tints of Cobalt #0048BD

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 189 (74.22% from 255) = 72.41%

R = 0%
G = 27.59%
B = 72.41%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0048BD (or 0x0048BD) is known color: Cobalt. HEX triplet: 00, 48 and BD. RGB value is (0,72,189). Sum of RGB (Red+Green+Blue) = 0+72+189=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 189 (74.22% from 255 or 72.41% from 261); Max value from RGB is 189 - color contains mainly: blue. Hex color #0048BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0048BD is #FFB742. Grayscale: #3F3F3F. Windows color (decimal): -16758595 or 12404736. OLE color: 12404736.

HSL color Cylindrical-coordinate representation of color #0048BD: hue angle of 217.14º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0048BD is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 72 189 -
CMYK 1 0.62 0 0.26
HSL 217.14º 1% 0.37% -
HSV(B) 217.14º 1% 0.74% -
XYZ 11.5 8.31 49.14 -
YUV 63.81 198.65 82.49 -
System Red Green Blue C M Y K H S L
Decimal 0 72 189 1 0.62 0 0.26 217.14 1 0.37
Hex 0 48 BD 64 3E 0 1A D9 64 25
Octal 0 110 275 144 76 0 32 331 144 45
Binary 0 1001000 10111101 1100100 111110 0 11010 11011001 1100100 100101

Color Harmonies of #0048BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0048BD

Black with #0048BD

Text Example


Text Example

White with #0048BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0048BD; }

 p { color: rgb(0,72,189); }

 H1.HeaderClassName
 {
   color: #0048BD;
 }
 .AnyTagClassName
 {
   color: #0048BD;
 }
</style>

background-color css

<style>
 a { background-color: #0048BD; }

 a { background-color: rgb(0,72,189); }

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

border-color css

<style>
 span { border-color: #0048BD; }

 span { border-color: rgb(0,72,189); }

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