Html Css Color HEX #0945AD Cobalt

📋 copy color: '#0945AD'

red 9 ◦ green 69 ◦ blue 173

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

Shades of Cobalt #0945AD

Tints of Cobalt #0945AD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.49%

 BLUE value IS 173 (67.97% from 255) = 68.92%

R = 3.59%
G = 27.49%
B = 68.92%

CMYK

 C value IS 0.95

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0945AD (or 0x0945AD) is known color: Cobalt. HEX triplet: 09, 45 and AD. RGB value is (9,69,173). Sum of RGB (Red+Green+Blue) = 9+69+173=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 173 (67.97% from 255 or 68.92% from 251); Max value from RGB is 173 - color contains mainly: blue. Hex color #0945AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0945AD is #F6BA52. Grayscale: #3E3E3E. Windows color (decimal): -16169555 or 11355401. OLE color: 11355401.

HSL color Cylindrical-coordinate representation of color #0945AD: hue angle of 218.05º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0945AD is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 69 173 -
CMYK 0.95 0.60 0 0.32
HSL 218.05º 0.9% 0.36% -
HSV(B) 218.05º 0.95% 0.68% -
XYZ 9.78 7.33 40.43 -
YUV 62.92 190.12 89.54 -
System Red Green Blue C M Y K H S L
Decimal 9 69 173 0.95 0.60 0 0.32 218.05 0.9 0.36
Hex 9 45 AD 5F 3C 0 20 DA 5A 24
Octal 11 105 255 137 74 0 40 332 132 44
Binary 1001 1000101 10101101 1011111 111100 0 100000 11011010 1011010 100100

Color Harmonies of #0945AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0945AD

Black with #0945AD

Text Example


Text Example

White with #0945AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0945AD; }

 p { color: rgb(9,69,173); }

 H1.HeaderClassName
 {
   color: #0945AD;
 }
 .AnyTagClassName
 {
   color: #0945AD;
 }
</style>

background-color css

<style>
 a { background-color: #0945AD; }

 a { background-color: rgb(9,69,173); }

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

border-color css

<style>
 span { border-color: #0945AD; }

 span { border-color: rgb(9,69,173); }

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