Html Css Color HEX #0919A0 Ultramarine

📋 copy color: '#0919A0'

red 9 ◦ green 25 ◦ blue 160

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

Shades of Ultramarine #0919A0

Tints of Ultramarine #0919A0

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.89%

 BLUE value IS 160 (62.89% from 255) = 82.47%

R = 4.64%
G = 12.89%
B = 82.47%

CMYK

 C value IS 0.94

 M value IS 0.84

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0919A0 (or 0x0919A0) is known color: Ultramarine. HEX triplet: 09, 19 and A0. RGB value is (9,25,160). Sum of RGB (Red+Green+Blue) = 9+25+160=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 160 (62.89% from 255 or 82.47% from 194); Max value from RGB is 160 - color contains mainly: blue. Hex color #0919A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0919A0 is #F6E65F. Grayscale: #232323. Windows color (decimal): -16180832 or 10492169. OLE color: 10492169.

HSL color Cylindrical-coordinate representation of color #0919A0: hue angle of 233.64º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0919A0 is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 9 25 160 -
CMYK 0.94 0.84 0 0.37
HSL 233.64º 0.89% 0.33% -
HSV(B) 233.64º 0.94% 0.63% -
XYZ 6.81 3.29 33.53 -
YUV 35.61 198.2 109.02 -
System Red Green Blue C M Y K H S L
Decimal 9 25 160 0.94 0.84 0 0.37 233.64 0.89 0.33
Hex 9 19 A0 5E 54 0 25 EA 59 21
Octal 11 31 240 136 124 0 45 352 131 41
Binary 1001 11001 10100000 1011110 1010100 0 100101 11101010 1011001 100001

Color Harmonies of #0919A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0919A0

Black with #0919A0

Text Example


Text Example

White with #0919A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0919A0; }

 p { color: rgb(9,25,160); }

 H1.HeaderClassName
 {
   color: #0919A0;
 }
 .AnyTagClassName
 {
   color: #0919A0;
 }
</style>

background-color css

<style>
 a { background-color: #0919A0; }

 a { background-color: rgb(9,25,160); }

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

border-color css

<style>
 span { border-color: #0919A0; }

 span { border-color: rgb(9,25,160); }

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