Html Css Color HEX #0F028E Ultramarine

📋 copy color: '#0F028E'

red 15 ◦ green 2 ◦ blue 142

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

Shades of Ultramarine #0F028E

Tints of Ultramarine #0F028E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 89.31%

R = 9.43%
G = 1.26%
B = 89.31%

CMYK

 C value IS 0.89

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0F028E (or 0x0F028E) is known color: Ultramarine. HEX triplet: 0F, 02 and 8E. RGB value is (15,2,142). Sum of RGB (Red+Green+Blue) = 15+2+142=159 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.43% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 142 (55.86% from 255 or 89.31% from 159); Max value from RGB is 142 - color contains mainly: blue. Hex color #0F028E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F028E is #F0FD71. Grayscale: #151515. Windows color (decimal): -15793522 or 9306639. OLE color: 9306639.

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

Color convert

RGB 15 2 142 -
CMYK 0.89 0.99 0 0.44
HSL 245.57º 0.97% 0.28% -
HSV(B) 245.57º 0.99% 0.56% -
XYZ 5.1 2.1 25.73 -
YUV 21.85 195.81 123.12 -
System Red Green Blue C M Y K H S L
Decimal 15 2 142 0.89 0.99 0 0.44 245.57 0.97 0.28
Hex F 2 8E 59 63 0 2C F6 61 1C
Octal 17 2 216 131 143 0 54 366 141 34
Binary 1111 10 10001110 1011001 1100011 0 101100 11110110 1100001 11100

Color Harmonies of #0F028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F028E

Black with #0F028E

Text Example


Text Example

White with #0F028E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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