Html Css Color HEX #0F0399 Ultramarine

📋 copy color: '#0F0399'

red 15 ◦ green 3 ◦ blue 153

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

Shades of Ultramarine #0F0399

Tints of Ultramarine #0F0399

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.75%

 BLUE value IS 153 (60.16% from 255) = 89.47%

R = 8.77%
G = 1.75%
B = 89.47%

CMYK

 C value IS 0.90

 M value IS 0.98

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0F0399 (or 0x0F0399) is known color: Ultramarine. HEX triplet: 0F, 03 and 99. RGB value is (15,3,153). Sum of RGB (Red+Green+Blue) = 15+3+153=171 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.77% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 153 (60.16% from 255 or 89.47% from 171); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F0399 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0399 is #F0FC66. Grayscale: #171717. Windows color (decimal): -15793255 or 10027791. OLE color: 10027791.

HSL color Cylindrical-coordinate representation of color #0F0399: hue angle of 244.8º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F0399 is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 15 3 153 -
CMYK 0.90 0.98 0 0.4
HSL 244.8º 0.96% 0.31% -
HSV(B) 244.8º 0.98% 0.6% -
XYZ 5.98 2.47 30.3 -
YUV 23.69 200.98 121.8 -
System Red Green Blue C M Y K H S L
Decimal 15 3 153 0.90 0.98 0 0.4 244.8 0.96 0.31
Hex F 3 99 5A 62 0 28 F5 60 1F
Octal 17 3 231 132 142 0 50 365 140 37
Binary 1111 11 10011001 1011010 1100010 0 101000 11110101 1100000 11111

Color Harmonies of #0F0399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0399

Black with #0F0399

Text Example


Text Example

White with #0F0399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,3,153); }

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

background-color css

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

 a { background-color: rgb(15,3,153); }

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

border-color css

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

 span { border-color: rgb(15,3,153); }

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