Html Css Color HEX #0943A5 Cobalt

📋 copy color: '#0943A5'

red 9 ◦ green 67 ◦ blue 165

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

Shades of Cobalt #0943A5

Tints of Cobalt #0943A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 68.46%

R = 3.73%
G = 27.8%
B = 68.46%

CMYK

 C value IS 0.95

 M value IS 0.59

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0943A5 (or 0x0943A5) is known color: Cobalt. HEX triplet: 09, 43 and A5. RGB value is (9,67,165). Sum of RGB (Red+Green+Blue) = 9+67+165=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 165 (64.84% from 255 or 68.46% from 241); Max value from RGB is 165 - color contains mainly: blue. Hex color #0943A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0943A5 is #F6BC5A. Grayscale: #3C3C3C. Windows color (decimal): -16170075 or 10830601. OLE color: 10830601.

HSL color Cylindrical-coordinate representation of color #0943A5: hue angle of 217.69º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0943A5 is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 9 67 165 -
CMYK 0.95 0.59 0 0.35
HSL 217.69º 0.9% 0.34% -
HSV(B) 217.69º 0.95% 0.65% -
XYZ 8.91 6.79 36.44 -
YUV 60.83 186.78 91.03 -
System Red Green Blue C M Y K H S L
Decimal 9 67 165 0.95 0.59 0 0.35 217.69 0.9 0.34
Hex 9 43 A5 5F 3B 0 23 DA 5A 22
Octal 11 103 245 137 73 0 43 332 132 42
Binary 1001 1000011 10100101 1011111 111011 0 100011 11011010 1011010 100010

Color Harmonies of #0943A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0943A5

Black with #0943A5

Text Example


Text Example

White with #0943A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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