Html Css Color HEX #0848BD Cobalt

📋 copy color: '#0848BD'

red 8 ◦ green 72 ◦ blue 189

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

Shades of Cobalt #0848BD

Tints of Cobalt #0848BD

RGB

 RED value IS 8 (3.52% from 255) = 2.97%

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

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

R = 2.97%
G = 26.77%
B = 70.26%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0848BD (or 0x0848BD) is known color: Cobalt. HEX triplet: 08, 48 and BD. RGB value is (8,72,189). Sum of RGB (Red+Green+Blue) = 8+72+189=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 189 (74.22% from 255 or 70.26% from 269); Max value from RGB is 189 - color contains mainly: blue. Hex color #0848BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0848BD is #F7B742. Grayscale: #414141. Windows color (decimal): -16234307 or 12404744. OLE color: 12404744.

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

Color convert

RGB 8 72 189 -
CMYK 0.96 0.62 0 0.26
HSL 218.78º 0.92% 0.39% -
HSV(B) 218.78º 0.96% 0.74% -
XYZ 11.6 8.36 49.15 -
YUV 66.2 197.3 86.49 -
System Red Green Blue C M Y K H S L
Decimal 8 72 189 0.96 0.62 0 0.26 218.78 0.92 0.39
Hex 8 48 BD 60 3E 0 1A DB 5C 27
Octal 10 110 275 140 76 0 32 333 134 47
Binary 1000 1001000 10111101 1100000 111110 0 11010 11011011 1011100 100111

Color Harmonies of #0848BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0848BD

Black with #0848BD

Text Example


Text Example

White with #0848BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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