Html Css Color HEX #091285 Ultramarine

📋 copy color: '#091285'

red 9 ◦ green 18 ◦ blue 133

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

Shades of Ultramarine #091285

Tints of Ultramarine #091285

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.25%

 BLUE value IS 133 (52.34% from 255) = 83.13%

R = 5.63%
G = 11.25%
B = 83.13%

CMYK

 C value IS 0.93

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#091285 (or 0x091285) is known color: Ultramarine. HEX triplet: 09, 12 and 85. RGB value is (9,18,133). Sum of RGB (Red+Green+Blue) = 9+18+133=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 133 (52.34% from 255 or 83.12% from 160); Max value from RGB is 133 - color contains mainly: blue. Hex color #091285 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091285 is #F6ED7A. Grayscale: #1B1B1B. Windows color (decimal): -16182651 or 8720905. OLE color: 8720905.

HSL color Cylindrical-coordinate representation of color #091285: hue angle of 235.65º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #091285 is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 18 133 -
CMYK 0.93 0.86 0 0.48
HSL 235.65º 0.87% 0.28% -
HSV(B) 235.65º 0.93% 0.52% -
XYZ 4.56 2.18 22.37 -
YUV 28.42 187.02 114.15 -
System Red Green Blue C M Y K H S L
Decimal 9 18 133 0.93 0.86 0 0.48 235.65 0.87 0.28
Hex 9 12 85 5D 56 0 30 EC 57 1C
Octal 11 22 205 135 126 0 60 354 127 34
Binary 1001 10010 10000101 1011101 1010110 0 110000 11101100 1010111 11100

Color Harmonies of #091285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091285

Black with #091285

Text Example


Text Example

White with #091285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091285; }

 p { color: rgb(9,18,133); }

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

background-color css

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

 a { background-color: rgb(9,18,133); }

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

border-color css

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

 span { border-color: rgb(9,18,133); }

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