Html Css Color HEX #0F275B Sapphire

📋 copy color: '#0F275B'

red 15 ◦ green 39 ◦ blue 91

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

Shades of Sapphire #0F275B

Tints of Sapphire #0F275B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 62.76%

R = 10.34%
G = 26.9%
B = 62.76%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0F275B (or 0x0F275B) is known color: Sapphire. HEX triplet: 0F, 27 and 5B. RGB value is (15,39,91). Sum of RGB (Red+Green+Blue) = 15+39+91=145 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.34% from 145); Green value is 39 (15.62% from 255 or 26.90% from 145); Blue value is 91 (35.94% from 255 or 62.76% from 145); Max value from RGB is 91 - color contains mainly: blue. Hex color #0F275B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F275B is #F0D8A4. Grayscale: #252525. Windows color (decimal): -15784101 or 5973775. OLE color: 5973775.

HSL color Cylindrical-coordinate representation of color #0F275B: hue angle of 221.05º 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 #0F275B is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 15 39 91 -
CMYK 0.84 0.57 0 0.64
HSL 221.05º 0.72% 0.21% -
HSV(B) 221.05º 0.84% 0.36% -
XYZ 2.81 2.31 10.19 -
YUV 37.75 158.05 111.77 -
System Red Green Blue C M Y K H S L
Decimal 15 39 91 0.84 0.57 0 0.64 221.05 0.72 0.21
Hex F 27 5B 54 39 0 40 DD 48 15
Octal 17 47 133 124 71 0 100 335 110 25
Binary 1111 100111 1011011 1010100 111001 0 1000000 11011101 1001000 10101

Color Harmonies of #0F275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F275B

Black with #0F275B

Text Example


Text Example

White with #0F275B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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