Html Css Color HEX #0F1294 Ultramarine

📋 copy color: '#0F1294'

red 15 ◦ green 18 ◦ blue 148

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

Shades of Ultramarine #0F1294

Tints of Ultramarine #0F1294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 81.77%

R = 8.29%
G = 9.94%
B = 81.77%

CMYK

 C value IS 0.90

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0F1294 (or 0x0F1294) is known color: Ultramarine. HEX triplet: 0F, 12 and 94. RGB value is (15,18,148). Sum of RGB (Red+Green+Blue) = 15+18+148=181 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.29% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 148 (58.20% from 255 or 81.77% from 181); Max value from RGB is 148 - color contains mainly: blue. Hex color #0F1294 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F1294 is #F0ED6B. Grayscale: #1F1F1F. Windows color (decimal): -15789420 or 9703951. OLE color: 9703951.

HSL color Cylindrical-coordinate representation of color #0F1294: hue angle of 238.65º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F1294 is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 15 18 148 -
CMYK 0.90 0.88 0 0.42
HSL 238.65º 0.82% 0.32% -
HSV(B) 238.65º 0.9% 0.58% -
XYZ 5.76 2.67 28.23 -
YUV 31.92 193.51 115.93 -
System Red Green Blue C M Y K H S L
Decimal 15 18 148 0.90 0.88 0 0.42 238.65 0.82 0.32
Hex F 12 94 5A 58 0 2A EF 52 20
Octal 17 22 224 132 130 0 52 357 122 40
Binary 1111 10010 10010100 1011010 1011000 0 101010 11101111 1010010 100000

Color Harmonies of #0F1294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1294

Black with #0F1294

Text Example


Text Example

White with #0F1294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,18,148); }

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

background-color css

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

 a { background-color: rgb(15,18,148); }

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

border-color css

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

 span { border-color: rgb(15,18,148); }

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