Html Css Color HEX #0946AE Cobalt

📋 copy color: '#0946AE'

red 9 ◦ green 70 ◦ blue 174

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

Shades of Cobalt #0946AE

Tints of Cobalt #0946AE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.67%

 BLUE value IS 174 (68.36% from 255) = 68.77%

R = 3.56%
G = 27.67%
B = 68.77%

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

#0946AE (or 0x0946AE) is known color: Cobalt. HEX triplet: 09, 46 and AE. RGB value is (9,70,174). Sum of RGB (Red+Green+Blue) = 9+70+174=253 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.56% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 174 (68.36% from 255 or 68.77% from 253); Max value from RGB is 174 - color contains mainly: blue. Hex color #0946AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0946AE is #F6B951. Grayscale: #3F3F3F. Windows color (decimal): -16169298 or 11421193. OLE color: 11421193.

HSL color Cylindrical-coordinate representation of color #0946AE: hue angle of 217.82º 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 #0946AE is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 70 174 -
CMYK 0.95 0.60 0 0.32
HSL 217.82º 0.9% 0.36% -
HSV(B) 217.82º 0.95% 0.68% -
XYZ 9.94 7.49 40.97 -
YUV 63.62 190.29 89.04 -
System Red Green Blue C M Y K H S L
Decimal 9 70 174 0.95 0.60 0 0.32 217.82 0.9 0.36
Hex 9 46 AE 5F 3C 0 20 DA 5A 24
Octal 11 106 256 137 74 0 40 332 132 44
Binary 1001 1000110 10101110 1011111 111100 0 100000 11011010 1011010 100100

Color Harmonies of #0946AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0946AE

Black with #0946AE

Text Example


Text Example

White with #0946AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0946AE; }

 p { color: rgb(9,70,174); }

 H1.HeaderClassName
 {
   color: #0946AE;
 }
 .AnyTagClassName
 {
   color: #0946AE;
 }
</style>

background-color css

<style>
 a { background-color: #0946AE; }

 a { background-color: rgb(9,70,174); }

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

border-color css

<style>
 span { border-color: #0946AE; }

 span { border-color: rgb(9,70,174); }

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