Html Css Color HEX #0842A0 Cobalt

📋 copy color: '#0842A0'

red 8 ◦ green 66 ◦ blue 160

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

Shades of Cobalt #0842A0

Tints of Cobalt #0842A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 68.38%

R = 3.42%
G = 28.21%
B = 68.38%

CMYK

 C value IS 0.95

 M value IS 0.59

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0842A0 (or 0x0842A0) is known color: Cobalt. HEX triplet: 08, 42 and A0. RGB value is (8,66,160). Sum of RGB (Red+Green+Blue) = 8+66+160=234 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.42% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 160 (62.89% from 255 or 68.38% from 234); Max value from RGB is 160 - color contains mainly: blue. Hex color #0842A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0842A0 is #F7BD5F. Grayscale: #3A3A3A. Windows color (decimal): -16235872 or 10502664. OLE color: 10502664.

HSL color Cylindrical-coordinate representation of color #0842A0: hue angle of 217.11º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0842A0 is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 8 66 160 -
CMYK 0.95 0.59 0 0.37
HSL 217.11º 0.9% 0.33% -
HSV(B) 217.11º 0.95% 0.63% -
XYZ 8.39 6.49 34.07 -
YUV 59.37 184.78 91.36 -
System Red Green Blue C M Y K H S L
Decimal 8 66 160 0.95 0.59 0 0.37 217.11 0.9 0.33
Hex 8 42 A0 5F 3B 0 25 D9 5A 21
Octal 10 102 240 137 73 0 45 331 132 41
Binary 1000 1000010 10100000 1011111 111011 0 100101 11011001 1011010 100001

Color Harmonies of #0842A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0842A0

Black with #0842A0

Text Example


Text Example

White with #0842A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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