Html Css Color HEX #0F0390 Ultramarine

📋 copy color: '#0F0390'

red 15 ◦ green 3 ◦ blue 144

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

Shades of Ultramarine #0F0390

Tints of Ultramarine #0F0390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 88.89%

R = 9.26%
G = 1.85%
B = 88.89%

CMYK

 C value IS 0.90

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0F0390 (or 0x0F0390) is known color: Ultramarine. HEX triplet: 0F, 03 and 90. RGB value is (15,3,144). Sum of RGB (Red+Green+Blue) = 15+3+144=162 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.26% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 144 (56.64% from 255 or 88.89% from 162); Max value from RGB is 144 - color contains mainly: blue. Hex color #0F0390 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0390 is #F0FC6F. Grayscale: #161616. Windows color (decimal): -15793264 or 9437967. OLE color: 9437967.

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

Color convert

RGB 15 3 144 -
CMYK 0.90 0.98 0 0.44
HSL 245.11º 0.96% 0.29% -
HSV(B) 245.11º 0.98% 0.56% -
XYZ 5.26 2.18 26.53 -
YUV 22.66 196.48 122.54 -
System Red Green Blue C M Y K H S L
Decimal 15 3 144 0.90 0.98 0 0.44 245.11 0.96 0.29
Hex F 3 90 5A 62 0 2C F5 60 1D
Octal 17 3 220 132 142 0 54 365 140 35
Binary 1111 11 10010000 1011010 1100010 0 101100 11110101 1100000 11101

Color Harmonies of #0F0390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0390

Black with #0F0390

Text Example


Text Example

White with #0F0390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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