Html Css Color HEX #0F275D Sapphire

📋 copy color: '#0F275D'

red 15 ◦ green 39 ◦ blue 93

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

Shades of Sapphire #0F275D

Tints of Sapphire #0F275D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26.53%

 BLUE value IS 93 (36.72% from 255) = 63.27%

R = 10.2%
G = 26.53%
B = 63.27%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0F275D (or 0x0F275D) is known color: Sapphire. HEX triplet: 0F, 27 and 5D. RGB value is (15,39,93). Sum of RGB (Red+Green+Blue) = 15+39+93=147 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.20% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 93 (36.72% from 255 or 63.27% from 147); Max value from RGB is 93 - color contains mainly: blue. Hex color #0F275D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F275D is #F0D8A2. Grayscale: #252525. Windows color (decimal): -15784099 or 6104847. OLE color: 6104847.

HSL color Cylindrical-coordinate representation of color #0F275D: hue angle of 221.54º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F275D is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 15 39 93 -
CMYK 0.84 0.58 0 0.64
HSL 221.54º 0.72% 0.21% -
HSV(B) 221.54º 0.84% 0.36% -
XYZ 2.9 2.34 10.66 -
YUV 37.98 159.05 111.61 -
System Red Green Blue C M Y K H S L
Decimal 15 39 93 0.84 0.58 0 0.64 221.54 0.72 0.21
Hex F 27 5D 54 3A 0 40 DE 48 15
Octal 17 47 135 124 72 0 100 336 110 25
Binary 1111 100111 1011101 1010100 111010 0 1000000 11011110 1001000 10101

Color Harmonies of #0F275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F275D

Black with #0F275D

Text Example


Text Example

White with #0F275D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,39,93); }

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

background-color css

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

 a { background-color: rgb(15,39,93); }

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

border-color css

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

 span { border-color: rgb(15,39,93); }

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