Html Css Color HEX #0852B3 Cobalt

📋 copy color: '#0852B3'

red 8 ◦ green 82 ◦ blue 179

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

Shades of Cobalt #0852B3

Tints of Cobalt #0852B3

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.48%

 BLUE value IS 179 (70.31% from 255) = 66.54%

R = 2.97%
G = 30.48%
B = 66.54%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0852B3 (or 0x0852B3) is known color: Cobalt. HEX triplet: 08, 52 and B3. RGB value is (8,82,179). Sum of RGB (Red+Green+Blue) = 8+82+179=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 179 (70.31% from 255 or 66.54% from 269); Max value from RGB is 179 - color contains mainly: blue. Hex color #0852B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0852B3 is #F7AD4C. Grayscale: #464646. Windows color (decimal): -16231757 or 11751944. OLE color: 11751944.

HSL color Cylindrical-coordinate representation of color #0852B3: hue angle of 214.04º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0852B3 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 8 82 179 -
CMYK 0.96 0.54 0 0.30
HSL 214.04º 0.91% 0.37% -
HSV(B) 214.04º 0.96% 0.7% -
XYZ 11.25 9.34 43.86 -
YUV 70.93 188.98 83.11 -
System Red Green Blue C M Y K H S L
Decimal 8 82 179 0.96 0.54 0 0.30 214.04 0.91 0.37
Hex 8 52 B3 60 36 0 1E D6 5B 25
Octal 10 122 263 140 66 0 36 326 133 45
Binary 1000 1010010 10110011 1100000 110110 0 11110 11010110 1011011 100101

Color Harmonies of #0852B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0852B3

Black with #0852B3

Text Example


Text Example

White with #0852B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0852B3; }

 p { color: rgb(8,82,179); }

 H1.HeaderClassName
 {
   color: #0852B3;
 }
 .AnyTagClassName
 {
   color: #0852B3;
 }
</style>

background-color css

<style>
 a { background-color: #0852B3; }

 a { background-color: rgb(8,82,179); }

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

border-color css

<style>
 span { border-color: #0852B3; }

 span { border-color: rgb(8,82,179); }

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