Html Css Color HEX #0843BC Cobalt

📋 copy color: '#0843BC'

red 8 ◦ green 67 ◦ blue 188

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

Shades of Cobalt #0843BC

Tints of Cobalt #0843BC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.48%

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

R = 3.04%
G = 25.48%
B = 71.48%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0843BC (or 0x0843BC) is known color: Cobalt. HEX triplet: 08, 43 and BC. RGB value is (8,67,188). Sum of RGB (Red+Green+Blue) = 8+67+188=263 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.04% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 188 (73.83% from 255 or 71.48% from 263); Max value from RGB is 188 - color contains mainly: blue. Hex color #0843BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0843BC is #F7BC43. Grayscale: #3E3E3E. Windows color (decimal): -16235588 or 12337928. OLE color: 12337928.

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

Color convert

RGB 8 67 188 -
CMYK 0.96 0.64 0 0.26
HSL 220.33º 0.92% 0.38% -
HSV(B) 220.33º 0.96% 0.74% -
XYZ 11.18 7.7 48.47 -
YUV 63.15 198.45 88.66 -
System Red Green Blue C M Y K H S L
Decimal 8 67 188 0.96 0.64 0 0.26 220.33 0.92 0.38
Hex 8 43 BC 60 40 0 1A DC 5C 26
Octal 10 103 274 140 100 0 32 334 134 46
Binary 1000 1000011 10111100 1100000 1000000 0 11010 11011100 1011100 100110

Color Harmonies of #0843BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0843BC

Black with #0843BC

Text Example


Text Example

White with #0843BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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