Html Css Color HEX #0844AA Cobalt

📋 copy color: '#0844AA'

red 8 ◦ green 68 ◦ blue 170

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

Shades of Cobalt #0844AA

Tints of Cobalt #0844AA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.64%

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

R = 3.25%
G = 27.64%
B = 69.11%

CMYK

 C value IS 0.95

 M value IS 0.6

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0844AA (or 0x0844AA) is known color: Cobalt. HEX triplet: 08, 44 and AA. RGB value is (8,68,170). Sum of RGB (Red+Green+Blue) = 8+68+170=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 170 (66.80% from 255 or 69.11% from 246); Max value from RGB is 170 - color contains mainly: blue. Hex color #0844AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0844AA is #F7BB55. Grayscale: #3D3D3D. Windows color (decimal): -16235350 or 11158536. OLE color: 11158536.

HSL color Cylindrical-coordinate representation of color #0844AA: hue angle of 217.78º 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 #0844AA is Cyan = 0.95, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 68 170 -
CMYK 0.95 0.6 0 0.33
HSL 217.78º 0.91% 0.35% -
HSV(B) 217.78º 0.95% 0.67% -
XYZ 9.42 7.09 38.9 -
YUV 61.69 189.12 89.71 -
System Red Green Blue C M Y K H S L
Decimal 8 68 170 0.95 0.6 0 0.33 217.78 0.91 0.35
Hex 8 44 AA 5F 3C 0 21 DA 5B 23
Octal 10 104 252 137 74 0 41 332 133 43
Binary 1000 1000100 10101010 1011111 111100 0 100001 11011010 1011011 100011

Color Harmonies of #0844AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0844AA

Black with #0844AA

Text Example


Text Example

White with #0844AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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