Html Css Color HEX #0F1280 Ultramarine

📋 copy color: '#0F1280'

red 15 ◦ green 18 ◦ blue 128

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

Shades of Ultramarine #0F1280

Tints of Ultramarine #0F1280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 79.5%

R = 9.32%
G = 11.18%
B = 79.5%

CMYK

 C value IS 0.88

 M value IS 0.86

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#0F1280 (or 0x0F1280) is known color: Ultramarine. HEX triplet: 0F, 12 and 80. RGB value is (15,18,128). Sum of RGB (Red+Green+Blue) = 15+18+128=161 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.32% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 128 (50.39% from 255 or 79.50% from 161); Max value from RGB is 128 - color contains mainly: blue. Hex color #0F1280 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F1280 is #F0ED7F. Grayscale: #1D1D1D. Windows color (decimal): -15789440 or 8393231. OLE color: 8393231.

HSL color Cylindrical-coordinate representation of color #0F1280: hue angle of 238.41º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F1280 is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 15 18 128 -
CMYK 0.88 0.86 0 0.50
HSL 238.41º 0.79% 0.28% -
HSV(B) 238.41º 0.88% 0.5% -
XYZ 4.31 2.09 20.6 -
YUV 29.64 183.51 117.56 -
System Red Green Blue C M Y K H S L
Decimal 15 18 128 0.88 0.86 0 0.50 238.41 0.79 0.28
Hex F 12 80 58 56 0 32 EE 4F 1C
Octal 17 22 200 130 126 0 62 356 117 34
Binary 1111 10010 10000000 1011000 1010110 0 110010 11101110 1001111 11100

Color Harmonies of #0F1280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1280

Black with #0F1280

Text Example


Text Example

White with #0F1280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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