Html Css Color HEX #0F1B57 Sapphire

📋 copy color: '#0F1B57'

red 15 ◦ green 27 ◦ blue 87

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

Shades of Sapphire #0F1B57

Tints of Sapphire #0F1B57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 67.44%

R = 11.63%
G = 20.93%
B = 67.44%

CMYK

 C value IS 0.83

 M value IS 0.69

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#0F1B57 (or 0x0F1B57) is known color: Sapphire. HEX triplet: 0F, 1B and 57. RGB value is (15,27,87). Sum of RGB (Red+Green+Blue) = 15+27+87=129 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.63% from 129); Green value is 27 (10.94% from 255 or 20.93% from 129); Blue value is 87 (34.38% from 255 or 67.44% from 129); Max value from RGB is 87 - color contains mainly: blue. Hex color #0F1B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F1B57 is #F0E4A8. Grayscale: #1E1E1E. Windows color (decimal): -15787177 or 5708559. OLE color: 5708559.

HSL color Cylindrical-coordinate representation of color #0F1B57: hue angle of 230º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F1B57 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 15 27 87 -
CMYK 0.83 0.69 0 0.66
HSL 230º 0.71% 0.2% -
HSV(B) 230º 0.83% 0.34% -
XYZ 2.31 1.57 9.2 -
YUV 30.25 160.02 117.12 -
System Red Green Blue C M Y K H S L
Decimal 15 27 87 0.83 0.69 0 0.66 230 0.71 0.2
Hex F 1B 57 53 45 0 42 E6 47 14
Octal 17 33 127 123 105 0 102 346 107 24
Binary 1111 11011 1010111 1010011 1000101 0 1000010 11100110 1000111 10100

Color Harmonies of #0F1B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1B57

Black with #0F1B57

Text Example


Text Example

White with #0F1B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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