Html Css Color HEX #0F1C95 Ultramarine

📋 copy color: '#0F1C95'

red 15 ◦ green 28 ◦ blue 149

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

Shades of Ultramarine #0F1C95

Tints of Ultramarine #0F1C95

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.58%

 BLUE value IS 149 (58.59% from 255) = 77.6%

R = 7.81%
G = 14.58%
B = 77.6%

CMYK

 C value IS 0.90

 M value IS 0.81

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0F1C95 (or 0x0F1C95) is known color: Ultramarine. HEX triplet: 0F, 1C and 95. RGB value is (15,28,149). Sum of RGB (Red+Green+Blue) = 15+28+149=192 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.81% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 149 (58.59% from 255 or 77.60% from 192); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F1C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F1C95 is #F0E36A. Grayscale: #252525. Windows color (decimal): -15786859 or 9772047. OLE color: 9772047.

HSL color Cylindrical-coordinate representation of color #0F1C95: hue angle of 234.18º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F1C95 is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 15 28 149 -
CMYK 0.90 0.81 0 0.42
HSL 234.18º 0.82% 0.32% -
HSV(B) 234.18º 0.9% 0.58% -
XYZ 6.04 3.1 28.71 -
YUV 37.91 190.69 111.66 -
System Red Green Blue C M Y K H S L
Decimal 15 28 149 0.90 0.81 0 0.42 234.18 0.82 0.32
Hex F 1C 95 5A 51 0 2A EA 52 20
Octal 17 34 225 132 121 0 52 352 122 40
Binary 1111 11100 10010101 1011010 1010001 0 101010 11101010 1010010 100000

Color Harmonies of #0F1C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1C95

Black with #0F1C95

Text Example


Text Example

White with #0F1C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,28,149); }

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

background-color css

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

 a { background-color: rgb(15,28,149); }

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

border-color css

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

 span { border-color: rgb(15,28,149); }

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