Html Css Color HEX #0F0985 Ultramarine

📋 copy color: '#0F0985'

red 15 ◦ green 9 ◦ blue 133

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

Shades of Ultramarine #0F0985

Tints of Ultramarine #0F0985

RGB

 RED value IS 15 (6.25% from 255) = 9.55%

 GREEN value IS 9 (3.91% from 255) = 5.73%

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

R = 9.55%
G = 5.73%
B = 84.71%

CMYK

 C value IS 0.89

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0F0985 (or 0x0F0985) is known color: Ultramarine. HEX triplet: 0F, 09 and 85. RGB value is (15,9,133). Sum of RGB (Red+Green+Blue) = 15+9+133=157 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.55% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 133 (52.34% from 255 or 84.71% from 157); Max value from RGB is 133 - color contains mainly: blue. Hex color #0F0985 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0985 is #F0F67A. Grayscale: #181818. Windows color (decimal): -15791739 or 8718607. OLE color: 8718607.

HSL color Cylindrical-coordinate representation of color #0F0985: hue angle of 242.9º 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 #0F0985 is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 15 9 133 -
CMYK 0.89 0.93 0 0.48
HSL 242.9º 0.87% 0.28% -
HSV(B) 242.9º 0.93% 0.52% -
XYZ 4.53 1.99 22.34 -
YUV 24.93 188.99 120.92 -
System Red Green Blue C M Y K H S L
Decimal 15 9 133 0.89 0.93 0 0.48 242.9 0.87 0.28
Hex F 9 85 59 5D 0 30 F3 57 1C
Octal 17 11 205 131 135 0 60 363 127 34
Binary 1111 1001 10000101 1011001 1011101 0 110000 11110011 1010111 11100

Color Harmonies of #0F0985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0985

Black with #0F0985

Text Example


Text Example

White with #0F0985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F0985; }

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

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

background-color css

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

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

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

border-color css

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

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

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