Html Css Color HEX #09139D Ultramarine

📋 copy color: '#09139D'

red 9 ◦ green 19 ◦ blue 157

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

Shades of Ultramarine #09139D

Tints of Ultramarine #09139D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.27%

 BLUE value IS 157 (61.72% from 255) = 84.86%

R = 4.86%
G = 10.27%
B = 84.86%

CMYK

 C value IS 0.94

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09139D (or 0x09139D) is known color: Ultramarine. HEX triplet: 09, 13 and 9D. RGB value is (9,19,157). Sum of RGB (Red+Green+Blue) = 9+19+157=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 157 (61.72% from 255 or 84.86% from 185); Max value from RGB is 157 - color contains mainly: blue. Hex color #09139D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09139D is #F6EC62. Grayscale: #1F1F1F. Windows color (decimal): -16182371 or 10294025. OLE color: 10294025.

HSL color Cylindrical-coordinate representation of color #09139D: hue angle of 235.95º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09139D is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 19 157 -
CMYK 0.94 0.88 0 0.38
HSL 235.95º 0.89% 0.33% -
HSV(B) 235.95º 0.94% 0.62% -
XYZ 6.43 2.96 32.13 -
YUV 31.74 198.69 111.78 -
System Red Green Blue C M Y K H S L
Decimal 9 19 157 0.94 0.88 0 0.38 235.95 0.89 0.33
Hex 9 13 9D 5E 58 0 26 EC 59 21
Octal 11 23 235 136 130 0 46 354 131 41
Binary 1001 10011 10011101 1011110 1011000 0 100110 11101100 1011001 100001

Color Harmonies of #09139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09139D

Black with #09139D

Text Example


Text Example

White with #09139D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09139D; }

 p { color: rgb(9,19,157); }

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

background-color css

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

 a { background-color: rgb(9,19,157); }

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

border-color css

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

 span { border-color: rgb(9,19,157); }

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