Html Css Color HEX #0843AE Cobalt

📋 copy color: '#0843AE'

red 8 ◦ green 67 ◦ blue 174

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

Shades of Cobalt #0843AE

Tints of Cobalt #0843AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 69.88%

R = 3.21%
G = 26.91%
B = 69.88%

CMYK

 C value IS 0.95

 M value IS 0.61

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0843AE (or 0x0843AE) is known color: Cobalt. HEX triplet: 08, 43 and AE. RGB value is (8,67,174). Sum of RGB (Red+Green+Blue) = 8+67+174=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 174 (68.36% from 255 or 69.88% from 249); Max value from RGB is 174 - color contains mainly: blue. Hex color #0843AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0843AE is #F7BC51. Grayscale: #3D3D3D. Windows color (decimal): -16235602 or 11420424. OLE color: 11420424.

HSL color Cylindrical-coordinate representation of color #0843AE: hue angle of 218.67º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0843AE is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 8 67 174 -
CMYK 0.95 0.61 0 0.32
HSL 218.67º 0.91% 0.36% -
HSV(B) 218.67º 0.95% 0.68% -
XYZ 9.75 7.12 40.91 -
YUV 61.56 191.45 89.8 -
System Red Green Blue C M Y K H S L
Decimal 8 67 174 0.95 0.61 0 0.32 218.67 0.91 0.36
Hex 8 43 AE 5F 3D 0 20 DB 5B 24
Octal 10 103 256 137 75 0 40 333 133 44
Binary 1000 1000011 10101110 1011111 111101 0 100000 11011011 1011011 100100

Color Harmonies of #0843AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0843AE

Black with #0843AE

Text Example


Text Example

White with #0843AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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