Html Css Color HEX #0848BE Cobalt

📋 copy color: '#0848BE'

red 8 ◦ green 72 ◦ blue 190

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

Shades of Cobalt #0848BE

Tints of Cobalt #0848BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 70.37%

R = 2.96%
G = 26.67%
B = 70.37%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0848BE (or 0x0848BE) is known color: Cobalt. HEX triplet: 08, 48 and BE. RGB value is (8,72,190). Sum of RGB (Red+Green+Blue) = 8+72+190=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 190 (74.61% from 255 or 70.37% from 270); Max value from RGB is 190 - color contains mainly: blue. Hex color #0848BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0848BE is #F7B741. Grayscale: #414141. Windows color (decimal): -16234306 or 12470280. OLE color: 12470280.

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

Color convert

RGB 8 72 190 -
CMYK 0.96 0.62 0 0.25
HSL 218.9º 0.92% 0.39% -
HSV(B) 218.9º 0.96% 0.75% -
XYZ 11.71 8.4 49.72 -
YUV 66.32 197.8 86.41 -
System Red Green Blue C M Y K H S L
Decimal 8 72 190 0.96 0.62 0 0.25 218.9 0.92 0.39
Hex 8 48 BE 60 3E 0 19 DB 5C 27
Octal 10 110 276 140 76 0 31 333 134 47
Binary 1000 1001000 10111110 1100000 111110 0 11001 11011011 1011100 100111

Color Harmonies of #0848BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0848BE

Black with #0848BE

Text Example


Text Example

White with #0848BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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