Html Css Color HEX #0F1754 Sapphire

📋 copy color: '#0F1754'

red 15 ◦ green 23 ◦ blue 84

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

Shades of Sapphire #0F1754

Tints of Sapphire #0F1754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 68.85%

R = 12.3%
G = 18.85%
B = 68.85%

CMYK

 C value IS 0.82

 M value IS 0.73

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0F1754 (or 0x0F1754) is known color: Sapphire. HEX triplet: 0F, 17 and 54. RGB value is (15,23,84). Sum of RGB (Red+Green+Blue) = 15+23+84=122 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.30% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 84 (33.20% from 255 or 68.85% from 122); Max value from RGB is 84 - color contains mainly: blue. Hex color #0F1754 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1754 is #F0E8AB. Grayscale: #1B1B1B. Windows color (decimal): -15788204 or 5510927. OLE color: 5510927.

HSL color Cylindrical-coordinate representation of color #0F1754: hue angle of 233.04º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F1754 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 15 23 84 -
CMYK 0.82 0.73 0 0.67
HSL 233.04º 0.7% 0.19% -
HSV(B) 233.04º 0.82% 0.33% -
XYZ 2.1 1.35 8.54 -
YUV 27.56 159.85 119.04 -
System Red Green Blue C M Y K H S L
Decimal 15 23 84 0.82 0.73 0 0.67 233.04 0.7 0.19
Hex F 17 54 52 49 0 43 E9 46 13
Octal 17 27 124 122 111 0 103 351 106 23
Binary 1111 10111 1010100 1010010 1001001 0 1000011 11101001 1000110 10011

Color Harmonies of #0F1754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1754

Black with #0F1754

Text Example


Text Example

White with #0F1754

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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