Html Css Color HEX #0F1A56 Sapphire

📋 copy color: '#0F1A56'

red 15 ◦ green 26 ◦ blue 86

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

Shades of Sapphire #0F1A56

Tints of Sapphire #0F1A56

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20.47%

 BLUE value IS 86 (33.98% from 255) = 67.72%

R = 11.81%
G = 20.47%
B = 67.72%

CMYK

 C value IS 0.83

 M value IS 0.70

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#0F1A56 (or 0x0F1A56) is known color: Sapphire. HEX triplet: 0F, 1A and 56. RGB value is (15,26,86). Sum of RGB (Red+Green+Blue) = 15+26+86=127 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.81% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 86 (33.98% from 255 or 67.72% from 127); Max value from RGB is 86 - color contains mainly: blue. Hex color #0F1A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F1A56 is #F0E5A9. Grayscale: #1D1D1D. Windows color (decimal): -15787434 or 5642767. OLE color: 5642767.

HSL color Cylindrical-coordinate representation of color #0F1A56: hue angle of 230.7º degrees, saturation: 0.7, 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 #0F1A56 is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 15 26 86 -
CMYK 0.83 0.70 0 0.66
HSL 230.7º 0.7% 0.2% -
HSV(B) 230.7º 0.83% 0.34% -
XYZ 2.25 1.51 8.98 -
YUV 29.55 159.86 117.62 -
System Red Green Blue C M Y K H S L
Decimal 15 26 86 0.83 0.70 0 0.66 230.7 0.7 0.2
Hex F 1A 56 53 46 0 42 E7 46 14
Octal 17 32 126 123 106 0 102 347 106 24
Binary 1111 11010 1010110 1010011 1000110 0 1000010 11100111 1000110 10100

Color Harmonies of #0F1A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1A56

Black with #0F1A56

Text Example


Text Example

White with #0F1A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,26,86); }

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

background-color css

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

 a { background-color: rgb(15,26,86); }

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

border-color css

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

 span { border-color: rgb(15,26,86); }

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