Html Css Color HEX #0F0C8F Ultramarine

📋 copy color: '#0F0C8F'

red 15 ◦ green 12 ◦ blue 143

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

Shades of Ultramarine #0F0C8F

Tints of Ultramarine #0F0C8F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.06%

 BLUE value IS 143 (56.25% from 255) = 84.12%

R = 8.82%
G = 7.06%
B = 84.12%

CMYK

 C value IS 0.90

 M value IS 0.92

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0F0C8F (or 0x0F0C8F) is known color: Ultramarine. HEX triplet: 0F, 0C and 8F. RGB value is (15,12,143). Sum of RGB (Red+Green+Blue) = 15+12+143=170 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.82% from 170); Green value is 12 (5.08% from 255 or 7.06% from 170); Blue value is 143 (56.25% from 255 or 84.12% from 170); Max value from RGB is 143 - color contains mainly: blue. Hex color #0F0C8F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0C8F is #F0F370. Grayscale: #1B1B1B. Windows color (decimal): -15790961 or 9374735. OLE color: 9374735.

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

Color convert

RGB 15 12 143 -
CMYK 0.90 0.92 0 0.44
HSL 241.37º 0.85% 0.3% -
HSV(B) 241.37º 0.92% 0.56% -
XYZ 5.29 2.35 26.16 -
YUV 27.83 192.99 118.85 -
System Red Green Blue C M Y K H S L
Decimal 15 12 143 0.90 0.92 0 0.44 241.37 0.85 0.3
Hex F C 8F 5A 5C 0 2C F1 55 1E
Octal 17 14 217 132 134 0 54 361 125 36
Binary 1111 1100 10001111 1011010 1011100 0 101100 11110001 1010101 11110

Color Harmonies of #0F0C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0C8F

Black with #0F0C8F

Text Example


Text Example

White with #0F0C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,12,143); }

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

background-color css

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

 a { background-color: rgb(15,12,143); }

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

border-color css

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

 span { border-color: rgb(15,12,143); }

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