Html Css Color HEX #0F204D Sapphire

📋 copy color: '#0F204D'

red 15 ◦ green 32 ◦ blue 77

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

Shades of Sapphire #0F204D

Tints of Sapphire #0F204D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 62.1%

R = 12.1%
G = 25.81%
B = 62.1%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0F204D (or 0x0F204D) is known color: Sapphire. HEX triplet: 0F, 20 and 4D. RGB value is (15,32,77). Sum of RGB (Red+Green+Blue) = 15+32+77=124 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.10% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 77 (30.47% from 255 or 62.10% from 124); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F204D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F204D is #F0DFB2. Grayscale: #1F1F1F. Windows color (decimal): -15785907 or 5054479. OLE color: 5054479.

HSL color Cylindrical-coordinate representation of color #0F204D: hue angle of 223.55º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F204D is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 15 32 77 -
CMYK 0.81 0.58 0 0.70
HSL 223.55º 0.67% 0.18% -
HSV(B) 223.55º 0.81% 0.3% -
XYZ 2.05 1.67 7.24 -
YUV 32.05 153.37 115.84 -
System Red Green Blue C M Y K H S L
Decimal 15 32 77 0.81 0.58 0 0.70 223.55 0.67 0.18
Hex F 20 4D 51 3A 0 46 E0 43 12
Octal 17 40 115 121 72 0 106 340 103 22
Binary 1111 100000 1001101 1010001 111010 0 1000110 11100000 1000011 10010

Color Harmonies of #0F204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F204D

Black with #0F204D

Text Example


Text Example

White with #0F204D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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