Html Css Color HEX #0F326C Sapphire

📋 copy color: '#0F326C'

red 15 ◦ green 50 ◦ blue 108

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

Shades of Sapphire #0F326C

Tints of Sapphire #0F326C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.9%

 BLUE value IS 108 (42.58% from 255) = 62.43%

R = 8.67%
G = 28.9%
B = 62.43%

CMYK

 C value IS 0.86

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0F326C (or 0x0F326C) is known color: Sapphire. HEX triplet: 0F, 32 and 6C. RGB value is (15,50,108). Sum of RGB (Red+Green+Blue) = 15+50+108=173 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.67% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 108 (42.58% from 255 or 62.43% from 173); Max value from RGB is 108 - color contains mainly: blue. Hex color #0F326C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F326C is #F0CD93. Grayscale: #2D2D2D. Windows color (decimal): -15781268 or 7090703. OLE color: 7090703.

HSL color Cylindrical-coordinate representation of color #0F326C: hue angle of 217.42º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F326C is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 15 50 108 -
CMYK 0.86 0.54 0 0.58
HSL 217.42º 0.76% 0.24% -
HSV(B) 217.42º 0.86% 0.42% -
XYZ 4.04 3.47 14.64 -
YUV 46.15 162.9 105.78 -
System Red Green Blue C M Y K H S L
Decimal 15 50 108 0.86 0.54 0 0.58 217.42 0.76 0.24
Hex F 32 6C 56 36 0 3A D9 4C 18
Octal 17 62 154 126 66 0 72 331 114 30
Binary 1111 110010 1101100 1010110 110110 0 111010 11011001 1001100 11000

Color Harmonies of #0F326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F326C

Black with #0F326C

Text Example


Text Example

White with #0F326C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,50,108); }

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

background-color css

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

 a { background-color: rgb(15,50,108); }

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

border-color css

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

 span { border-color: rgb(15,50,108); }

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