Html Css Color HEX #0F1B87 Ultramarine

📋 copy color: '#0F1B87'

red 15 ◦ green 27 ◦ blue 135

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

Shades of Ultramarine #0F1B87

Tints of Ultramarine #0F1B87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 76.27%

R = 8.47%
G = 15.25%
B = 76.27%

CMYK

 C value IS 0.89

 M value IS 0.8

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0F1B87 (or 0x0F1B87) is known color: Ultramarine. HEX triplet: 0F, 1B and 87. RGB value is (15,27,135). Sum of RGB (Red+Green+Blue) = 15+27+135=177 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.47% from 177); Green value is 27 (10.94% from 255 or 15.25% from 177); Blue value is 135 (53.12% from 255 or 76.27% from 177); Max value from RGB is 135 - color contains mainly: blue. Hex color #0F1B87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F1B87 is #F0E478. Grayscale: #232323. Windows color (decimal): -15787129 or 8854287. OLE color: 8854287.

HSL color Cylindrical-coordinate representation of color #0F1B87: hue angle of 234º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F1B87 is Cyan = 0.89, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 15 27 135 -
CMYK 0.89 0.8 0 0.47
HSL 234º 0.8% 0.29% -
HSV(B) 234º 0.89% 0.53% -
XYZ 4.96 2.63 23.17 -
YUV 35.72 184.02 113.22 -
System Red Green Blue C M Y K H S L
Decimal 15 27 135 0.89 0.8 0 0.47 234 0.8 0.29
Hex F 1B 87 59 50 0 2F EA 50 1D
Octal 17 33 207 131 120 0 57 352 120 35
Binary 1111 11011 10000111 1011001 1010000 0 101111 11101010 1010000 11101

Color Harmonies of #0F1B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1B87

Black with #0F1B87

Text Example


Text Example

White with #0F1B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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