Html Css Color HEX #0943AA Cobalt

📋 copy color: '#0943AA'

red 9 ◦ green 67 ◦ blue 170

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

Shades of Cobalt #0943AA

Tints of Cobalt #0943AA

RGB

 RED value IS 9 (3.91% from 255) = 3.66%

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

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

R = 3.66%
G = 27.24%
B = 69.11%

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

#0943AA (or 0x0943AA) is known color: Cobalt. HEX triplet: 09, 43 and AA. RGB value is (9,67,170). Sum of RGB (Red+Green+Blue) = 9+67+170=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 67 (26.56% from 255 or 27.24% 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 #0943AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0943AA is #F6BC55. Grayscale: #3C3C3C. Windows color (decimal): -16170070 or 11158281. OLE color: 11158281.

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

Color convert

RGB 9 67 170 -
CMYK 0.95 0.61 0 0.33
HSL 218.39º 0.9% 0.35% -
HSV(B) 218.39º 0.95% 0.67% -
XYZ 9.38 6.97 38.88 -
YUV 61.4 189.28 90.62 -
System Red Green Blue C M Y K H S L
Decimal 9 67 170 0.95 0.61 0 0.33 218.39 0.9 0.35
Hex 9 43 AA 5F 3D 0 21 DA 5A 23
Octal 11 103 252 137 75 0 41 332 132 43
Binary 1001 1000011 10101010 1011111 111101 0 100001 11011010 1011010 100011

Color Harmonies of #0943AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0943AA

Black with #0943AA

Text Example


Text Example

White with #0943AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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