Html Css Color HEX #0F0A92 Ultramarine

📋 copy color: '#0F0A92'

red 15 ◦ green 10 ◦ blue 146

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

Shades of Ultramarine #0F0A92

Tints of Ultramarine #0F0A92

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.85%

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

R = 8.77%
G = 5.85%
B = 85.38%

CMYK

 C value IS 0.90

 M value IS 0.93

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0F0A92 (or 0x0F0A92) is known color: Ultramarine. HEX triplet: 0F, 0A and 92. RGB value is (15,10,146). Sum of RGB (Red+Green+Blue) = 15+10+146=171 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.77% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 146 (57.42% from 255 or 85.38% from 171); Max value from RGB is 146 - color contains mainly: blue. Hex color #0F0A92 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0A92 is #F0F56D. Grayscale: #1A1A1A. Windows color (decimal): -15791470 or 9570831. OLE color: 9570831.

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

Color convert

RGB 15 10 146 -
CMYK 0.90 0.93 0 0.43
HSL 242.21º 0.87% 0.31% -
HSV(B) 242.21º 0.93% 0.57% -
XYZ 5.49 2.39 27.37 -
YUV 27 195.16 119.44 -
System Red Green Blue C M Y K H S L
Decimal 15 10 146 0.90 0.93 0 0.43 242.21 0.87 0.31
Hex F A 92 5A 5D 0 2B F2 57 1F
Octal 17 12 222 132 135 0 53 362 127 37
Binary 1111 1010 10010010 1011010 1011101 0 101011 11110010 1010111 11111

Color Harmonies of #0F0A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0A92

Black with #0F0A92

Text Example


Text Example

White with #0F0A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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