Html Css Color HEX #0F0289 Ultramarine

📋 copy color: '#0F0289'

red 15 ◦ green 2 ◦ blue 137

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

Shades of Ultramarine #0F0289

Tints of Ultramarine #0F0289

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.3%

 BLUE value IS 137 (53.91% from 255) = 88.96%

R = 9.74%
G = 1.3%
B = 88.96%

CMYK

 C value IS 0.89

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0F0289 (or 0x0F0289) is known color: Ultramarine. HEX triplet: 0F, 02 and 89. RGB value is (15,2,137). Sum of RGB (Red+Green+Blue) = 15+2+137=154 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.74% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 137 (53.91% from 255 or 88.96% from 154); Max value from RGB is 137 - color contains mainly: blue. Hex color #0F0289 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0289 is #F0FD76. Grayscale: #141414. Windows color (decimal): -15793527 or 8978959. OLE color: 8978959.

HSL color Cylindrical-coordinate representation of color #0F0289: hue angle of 245.78º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F0289 is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 15 2 137 -
CMYK 0.89 0.99 0 0.46
HSL 245.78º 0.97% 0.27% -
HSV(B) 245.78º 0.99% 0.54% -
XYZ 4.73 1.95 23.79 -
YUV 21.28 193.31 123.52 -
System Red Green Blue C M Y K H S L
Decimal 15 2 137 0.89 0.99 0 0.46 245.78 0.97 0.27
Hex F 2 89 59 63 0 2E F6 61 1B
Octal 17 2 211 131 143 0 56 366 141 33
Binary 1111 10 10001001 1011001 1100011 0 101110 11110110 1100001 11011

Color Harmonies of #0F0289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0289

Black with #0F0289

Text Example


Text Example

White with #0F0289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,2,137); }

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

background-color css

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

 a { background-color: rgb(15,2,137); }

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

border-color css

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

 span { border-color: rgb(15,2,137); }

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