Html Css Color HEX #0842BC Cobalt

📋 copy color: '#0842BC'

red 8 ◦ green 66 ◦ blue 188

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

Shades of Cobalt #0842BC

Tints of Cobalt #0842BC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.19%

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

R = 3.05%
G = 25.19%
B = 71.76%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0842BC (or 0x0842BC) is known color: Cobalt. HEX triplet: 08, 42 and BC. RGB value is (8,66,188). Sum of RGB (Red+Green+Blue) = 8+66+188=262 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.05% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 188 (73.83% from 255 or 71.76% from 262); Max value from RGB is 188 - color contains mainly: blue. Hex color #0842BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0842BC is #F7BD43. Grayscale: #3E3E3E. Windows color (decimal): -16235844 or 12337672. OLE color: 12337672.

HSL color Cylindrical-coordinate representation of color #0842BC: hue angle of 220.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 #0842BC is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 66 188 -
CMYK 0.96 0.65 0 0.26
HSL 220.67º 0.92% 0.38% -
HSV(B) 220.67º 0.96% 0.74% -
XYZ 11.13 7.58 48.45 -
YUV 62.57 198.78 89.08 -
System Red Green Blue C M Y K H S L
Decimal 8 66 188 0.96 0.65 0 0.26 220.67 0.92 0.38
Hex 8 42 BC 60 41 0 1A DD 5C 26
Octal 10 102 274 140 101 0 32 335 134 46
Binary 1000 1000010 10111100 1100000 1000001 0 11010 11011101 1011100 100110

Color Harmonies of #0842BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0842BC

Black with #0842BC

Text Example


Text Example

White with #0842BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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