Html Css Color HEX #0F1695 Ultramarine

📋 copy color: '#0F1695'

red 15 ◦ green 22 ◦ blue 149

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

Shades of Ultramarine #0F1695

Tints of Ultramarine #0F1695

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.83%

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

R = 8.06%
G = 11.83%
B = 80.11%

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

#0F1695 (or 0x0F1695) is known color: Ultramarine. HEX triplet: 0F, 16 and 95. RGB value is (15,22,149). Sum of RGB (Red+Green+Blue) = 15+22+149=186 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.06% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 149 (58.59% from 255 or 80.11% from 186); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F1695 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F1695 is #F0E96A. Grayscale: #212121. Windows color (decimal): -15788395 or 9770511. OLE color: 9770511.

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

Color convert

RGB 15 22 149 -
CMYK 0.90 0.85 0 0.42
HSL 236.87º 0.82% 0.32% -
HSV(B) 236.87º 0.9% 0.58% -
XYZ 5.91 2.85 28.67 -
YUV 34.39 192.68 114.17 -
System Red Green Blue C M Y K H S L
Decimal 15 22 149 0.90 0.85 0 0.42 236.87 0.82 0.32
Hex F 16 95 5A 55 0 2A ED 52 20
Octal 17 26 225 132 125 0 52 355 122 40
Binary 1111 10110 10010101 1011010 1010101 0 101010 11101101 1010010 100000

Color Harmonies of #0F1695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1695

Black with #0F1695

Text Example


Text Example

White with #0F1695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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