Html Css Color HEX #0F205D Sapphire

📋 copy color: '#0F205D'

red 15 ◦ green 32 ◦ blue 93

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

Shades of Sapphire #0F205D

Tints of Sapphire #0F205D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.86%

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

R = 10.71%
G = 22.86%
B = 66.43%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0F205D (or 0x0F205D) is known color: Sapphire. HEX triplet: 0F, 20 and 5D. RGB value is (15,32,93). Sum of RGB (Red+Green+Blue) = 15+32+93=140 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.71% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 93 (36.72% from 255 or 66.43% from 140); Max value from RGB is 93 - color contains mainly: blue. Hex color #0F205D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F205D is #F0DFA2. Grayscale: #212121. Windows color (decimal): -15785891 or 6103055. OLE color: 6103055.

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

Color convert

RGB 15 32 93 -
CMYK 0.84 0.66 0 0.64
HSL 226.92º 0.72% 0.21% -
HSV(B) 226.92º 0.84% 0.36% -
XYZ 2.69 1.92 10.59 -
YUV 33.87 161.37 114.54 -
System Red Green Blue C M Y K H S L
Decimal 15 32 93 0.84 0.66 0 0.64 226.92 0.72 0.21
Hex F 20 5D 54 42 0 40 E3 48 15
Octal 17 40 135 124 102 0 100 343 110 25
Binary 1111 100000 1011101 1010100 1000010 0 1000000 11100011 1001000 10101

Color Harmonies of #0F205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F205D

Black with #0F205D

Text Example


Text Example

White with #0F205D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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