Html Css Color HEX #0848C1 Cobalt

📋 copy color: '#0848C1'

red 8 ◦ green 72 ◦ blue 193

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

Shades of Cobalt #0848C1

Tints of Cobalt #0848C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 70.7%

R = 2.93%
G = 26.37%
B = 70.7%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0848C1 (or 0x0848C1) is known color: Cobalt. HEX triplet: 08, 48 and C1. RGB value is (8,72,193). Sum of RGB (Red+Green+Blue) = 8+72+193=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 193 (75.78% from 255 or 70.70% from 273); Max value from RGB is 193 - color contains mainly: blue. Hex color #0848C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0848C1 is #F7B73E. Grayscale: #424242. Windows color (decimal): -16234303 or 12666888. OLE color: 12666888.

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

Color convert

RGB 8 72 193 -
CMYK 0.96 0.63 0 0.24
HSL 219.24º 0.92% 0.39% -
HSV(B) 219.24º 0.96% 0.76% -
XYZ 12.04 8.54 51.47 -
YUV 66.66 199.3 86.16 -
System Red Green Blue C M Y K H S L
Decimal 8 72 193 0.96 0.63 0 0.24 219.24 0.92 0.39
Hex 8 48 C1 60 3F 0 18 DB 5C 27
Octal 10 110 301 140 77 0 30 333 134 47
Binary 1000 1001000 11000001 1100000 111111 0 11000 11011011 1011100 100111

Color Harmonies of #0848C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0848C1

Black with #0848C1

Text Example


Text Example

White with #0848C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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