Html Css Color HEX #0F0892 Ultramarine

📋 copy color: '#0F0892'

red 15 ◦ green 8 ◦ blue 146

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

Shades of Ultramarine #0F0892

Tints of Ultramarine #0F0892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.73%

 BLUE value IS 146 (57.42% from 255) = 86.39%

R = 8.88%
G = 4.73%
B = 86.39%

CMYK

 C value IS 0.90

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0F0892 (or 0x0F0892) is known color: Ultramarine. HEX triplet: 0F, 08 and 92. RGB value is (15,8,146). Sum of RGB (Red+Green+Blue) = 15+8+146=169 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.88% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 146 (57.42% from 255 or 86.39% from 169); Max value from RGB is 146 - color contains mainly: blue. Hex color #0F0892 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0892 is #F0F76D. Grayscale: #191919. Windows color (decimal): -15791982 or 9570319. OLE color: 9570319.

HSL color Cylindrical-coordinate representation of color #0F0892: hue angle of 243.04º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F0892 is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 15 8 146 -
CMYK 0.90 0.95 0 0.43
HSL 243.04º 0.9% 0.3% -
HSV(B) 243.04º 0.95% 0.57% -
XYZ 5.47 2.35 27.36 -
YUV 25.83 195.82 120.28 -
System Red Green Blue C M Y K H S L
Decimal 15 8 146 0.90 0.95 0 0.43 243.04 0.9 0.3
Hex F 8 92 5A 5F 0 2B F3 5A 1E
Octal 17 10 222 132 137 0 53 363 132 36
Binary 1111 1000 10010010 1011010 1011111 0 101011 11110011 1011010 11110

Color Harmonies of #0F0892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0892

Black with #0F0892

Text Example


Text Example

White with #0F0892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,8,146); }

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

background-color css

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

 a { background-color: rgb(15,8,146); }

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

border-color css

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

 span { border-color: rgb(15,8,146); }

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