Html Css Color HEX #0843AA Cobalt

📋 copy color: '#0843AA'

red 8 ◦ green 67 ◦ blue 170

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

Shades of Cobalt #0843AA

Tints of Cobalt #0843AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 69.39%

R = 3.27%
G = 27.35%
B = 69.39%

CMYK

 C value IS 0.95

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0843AA (or 0x0843AA) is known color: Cobalt. HEX triplet: 08, 43 and AA. RGB value is (8,67,170). Sum of RGB (Red+Green+Blue) = 8+67+170=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 170 (66.80% from 255 or 69.39% from 245); Max value from RGB is 170 - color contains mainly: blue. Hex color #0843AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0843AA is #F7BC55. Grayscale: #3C3C3C. Windows color (decimal): -16235606 or 11158280. OLE color: 11158280.

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

Color convert

RGB 8 67 170 -
CMYK 0.95 0.61 0 0.33
HSL 218.15º 0.91% 0.35% -
HSV(B) 218.15º 0.95% 0.67% -
XYZ 9.36 6.97 38.88 -
YUV 61.1 189.45 90.12 -
System Red Green Blue C M Y K H S L
Decimal 8 67 170 0.95 0.61 0 0.33 218.15 0.91 0.35
Hex 8 43 AA 5F 3D 0 21 DA 5B 23
Octal 10 103 252 137 75 0 41 332 133 43
Binary 1000 1000011 10101010 1011111 111101 0 100001 11011010 1011011 100011

Color Harmonies of #0843AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0843AA

Black with #0843AA

Text Example


Text Example

White with #0843AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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