Html Css Color HEX #0F1B95 Ultramarine

📋 copy color: '#0F1B95'

red 15 ◦ green 27 ◦ blue 149

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

Shades of Ultramarine #0F1B95

Tints of Ultramarine #0F1B95

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.14%

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

R = 7.85%
G = 14.14%
B = 78.01%

CMYK

 C value IS 0.90

 M value IS 0.82

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0F1B95 (or 0x0F1B95) is known color: Ultramarine. HEX triplet: 0F, 1B and 95. RGB value is (15,27,149). Sum of RGB (Red+Green+Blue) = 15+27+149=191 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.85% from 191); Green value is 27 (10.94% from 255 or 14.14% from 191); Blue value is 149 (58.59% from 255 or 78.01% from 191); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F1B95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F1B95 is #F0E46A. Grayscale: #242424. Windows color (decimal): -15787115 or 9771791. OLE color: 9771791.

HSL color Cylindrical-coordinate representation of color #0F1B95: hue angle of 234.63º 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 #0F1B95 is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 15 27 149 -
CMYK 0.90 0.82 0 0.42
HSL 234.63º 0.82% 0.32% -
HSV(B) 234.63º 0.9% 0.58% -
XYZ 6.01 3.06 28.71 -
YUV 37.32 191.02 112.08 -
System Red Green Blue C M Y K H S L
Decimal 15 27 149 0.90 0.82 0 0.42 234.63 0.82 0.32
Hex F 1B 95 5A 52 0 2A EB 52 20
Octal 17 33 225 132 122 0 52 353 122 40
Binary 1111 11011 10010101 1011010 1010010 0 101010 11101011 1010010 100000

Color Harmonies of #0F1B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1B95

Black with #0F1B95

Text Example


Text Example

White with #0F1B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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