Html Css Color HEX #0848BC Cobalt

📋 copy color: '#0848BC'

red 8 ◦ green 72 ◦ blue 188

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

Shades of Cobalt #0848BC

Tints of Cobalt #0848BC

RGB

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

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

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

R = 2.99%
G = 26.87%
B = 70.15%

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

#0848BC (or 0x0848BC) is known color: Cobalt. HEX triplet: 08, 48 and BC. RGB value is (8,72,188). Sum of RGB (Red+Green+Blue) = 8+72+188=268 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.99% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 188 (73.83% from 255 or 70.15% from 268); Max value from RGB is 188 - color contains mainly: blue. Hex color #0848BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0848BC is #F7B743. Grayscale: #414141. Windows color (decimal): -16234308 or 12339208. OLE color: 12339208.

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

Color convert

RGB 8 72 188 -
CMYK 0.96 0.62 0 0.26
HSL 218.67º 0.92% 0.38% -
HSV(B) 218.67º 0.96% 0.74% -
XYZ 11.49 8.32 48.58 -
YUV 66.09 196.8 86.57 -
System Red Green Blue C M Y K H S L
Decimal 8 72 188 0.96 0.62 0 0.26 218.67 0.92 0.38
Hex 8 48 BC 60 3E 0 1A DB 5C 26
Octal 10 110 274 140 76 0 32 333 134 46
Binary 1000 1001000 10111100 1100000 111110 0 11010 11011011 1011100 100110

Color Harmonies of #0848BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0848BC

Black with #0848BC

Text Example


Text Example

White with #0848BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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