Html Css Color HEX #0048BC Cobalt

📋 copy color: '#0048BC'

red 0 ◦ green 72 ◦ blue 188

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

Shades of Cobalt #0048BC

Tints of Cobalt #0048BC

RGB

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

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

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

R = 0%
G = 27.69%
B = 72.31%

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

#0048BC (or 0x0048BC) is known color: Cobalt. HEX triplet: 00, 48 and BC. RGB value is (0,72,188). Sum of RGB (Red+Green+Blue) = 0+72+188=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 188 (73.83% from 255 or 72.31% from 260); Max value from RGB is 188 - color contains mainly: blue. Hex color #0048BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0048BC is #FFB743. Grayscale: #3F3F3F. Windows color (decimal): -16758596 or 12339200. OLE color: 12339200.

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

Color convert

RGB 0 72 188 -
CMYK 1 0.62 0 0.26
HSL 217.02º 1% 0.37% -
HSV(B) 217.02º 1% 0.74% -
XYZ 11.39 8.27 48.57 -
YUV 63.7 198.15 82.57 -
System Red Green Blue C M Y K H S L
Decimal 0 72 188 1 0.62 0 0.26 217.02 1 0.37
Hex 0 48 BC 64 3E 0 1A D9 64 25
Octal 0 110 274 144 76 0 32 331 144 45
Binary 0 1001000 10111100 1100100 111110 0 11010 11011001 1100100 100101

Color Harmonies of #0048BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0048BC

Black with #0048BC

Text Example


Text Example

White with #0048BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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