Html Css Color HEX #0F1795 Ultramarine

📋 copy color: '#0F1795'

red 15 ◦ green 23 ◦ blue 149

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

Shades of Ultramarine #0F1795

Tints of Ultramarine #0F1795

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.3%

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

R = 8.02%
G = 12.3%
B = 79.68%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0F1795 (or 0x0F1795) is known color: Ultramarine. HEX triplet: 0F, 17 and 95. RGB value is (15,23,149). Sum of RGB (Red+Green+Blue) = 15+23+149=187 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.02% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 149 (58.59% from 255 or 79.68% from 187); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F1795 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F1795 is #F0E86A. Grayscale: #222222. Windows color (decimal): -15788139 or 9770767. OLE color: 9770767.

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

Color convert

RGB 15 23 149 -
CMYK 0.90 0.85 0 0.42
HSL 236.42º 0.82% 0.32% -
HSV(B) 236.42º 0.9% 0.58% -
XYZ 5.93 2.88 28.68 -
YUV 34.97 192.35 113.75 -
System Red Green Blue C M Y K H S L
Decimal 15 23 149 0.90 0.85 0 0.42 236.42 0.82 0.32
Hex F 17 95 5A 55 0 2A EC 52 20
Octal 17 27 225 132 125 0 52 354 122 40
Binary 1111 10111 10010101 1011010 1010101 0 101010 11101100 1010010 100000

Color Harmonies of #0F1795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1795

Black with #0F1795

Text Example


Text Example

White with #0F1795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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