Html Css Color HEX #0F178B Ultramarine

📋 copy color: '#0F178B'

red 15 ◦ green 23 ◦ blue 139

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

Shades of Ultramarine #0F178B

Tints of Ultramarine #0F178B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 78.53%

R = 8.47%
G = 12.99%
B = 78.53%

CMYK

 C value IS 0.89

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0F178B (or 0x0F178B) is known color: Ultramarine. HEX triplet: 0F, 17 and 8B. RGB value is (15,23,139). Sum of RGB (Red+Green+Blue) = 15+23+139=177 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.47% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 139 (54.69% from 255 or 78.53% from 177); Max value from RGB is 139 - color contains mainly: blue. Hex color #0F178B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F178B is #F0E874. Grayscale: #212121. Windows color (decimal): -15788149 or 9115407. OLE color: 9115407.

HSL color Cylindrical-coordinate representation of color #0F178B: hue angle of 236.13º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F178B is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 15 23 139 -
CMYK 0.89 0.83 0 0.45
HSL 236.13º 0.81% 0.3% -
HSV(B) 236.13º 0.89% 0.55% -
XYZ 5.16 2.58 24.65 -
YUV 33.83 187.35 114.57 -
System Red Green Blue C M Y K H S L
Decimal 15 23 139 0.89 0.83 0 0.45 236.13 0.81 0.3
Hex F 17 8B 59 53 0 2D EC 51 1E
Octal 17 27 213 131 123 0 55 354 121 36
Binary 1111 10111 10001011 1011001 1010011 0 101101 11101100 1010001 11110

Color Harmonies of #0F178B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F178B

Black with #0F178B

Text Example


Text Example

White with #0F178B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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