Html Css Color HEX #0F0298 Ultramarine

📋 copy color: '#0F0298'

red 15 ◦ green 2 ◦ blue 152

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

Shades of Ultramarine #0F0298

Tints of Ultramarine #0F0298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 89.94%

R = 8.88%
G = 1.18%
B = 89.94%

CMYK

 C value IS 0.90

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0F0298 (or 0x0F0298) is known color: Ultramarine. HEX triplet: 0F, 02 and 98. RGB value is (15,2,152). Sum of RGB (Red+Green+Blue) = 15+2+152=169 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.88% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 152 (59.77% from 255 or 89.94% from 169); Max value from RGB is 152 - color contains mainly: blue. Hex color #0F0298 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0298 is #F0FD67. Grayscale: #161616. Windows color (decimal): -15793512 or 9961999. OLE color: 9961999.

HSL color Cylindrical-coordinate representation of color #0F0298: hue angle of 245.2º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F0298 is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 15 2 152 -
CMYK 0.90 0.99 0 0.40
HSL 245.2º 0.97% 0.3% -
HSV(B) 245.2º 0.99% 0.6% -
XYZ 5.89 2.41 29.86 -
YUV 22.99 200.81 122.3 -
System Red Green Blue C M Y K H S L
Decimal 15 2 152 0.90 0.99 0 0.40 245.2 0.97 0.3
Hex F 2 98 5A 63 0 28 F5 61 1E
Octal 17 2 230 132 143 0 50 365 141 36
Binary 1111 10 10011000 1011010 1100011 0 101000 11110101 1100001 11110

Color Harmonies of #0F0298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0298

Black with #0F0298

Text Example


Text Example

White with #0F0298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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