Html Css Color HEX #0F3269 Sapphire

📋 copy color: '#0F3269'

red 15 ◦ green 50 ◦ blue 105

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

Shades of Sapphire #0F3269

Tints of Sapphire #0F3269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 61.76%

R = 8.82%
G = 29.41%
B = 61.76%

CMYK

 C value IS 0.86

 M value IS 0.52

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0F3269 (or 0x0F3269) is known color: Sapphire. HEX triplet: 0F, 32 and 69. RGB value is (15,50,105). Sum of RGB (Red+Green+Blue) = 15+50+105=170 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.82% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 105 (41.41% from 255 or 61.76% from 170); Max value from RGB is 105 - color contains mainly: blue. Hex color #0F3269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3269 is #F0CD96. Grayscale: #2D2D2D. Windows color (decimal): -15781271 or 6894095. OLE color: 6894095.

HSL color Cylindrical-coordinate representation of color #0F3269: hue angle of 216.67º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F3269 is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 15 50 105 -
CMYK 0.86 0.52 0 0.59
HSL 216.67º 0.75% 0.24% -
HSV(B) 216.67º 0.86% 0.41% -
XYZ 3.89 3.4 13.82 -
YUV 45.81 161.4 106.03 -
System Red Green Blue C M Y K H S L
Decimal 15 50 105 0.86 0.52 0 0.59 216.67 0.75 0.24
Hex F 32 69 56 34 0 3B D9 4B 18
Octal 17 62 151 126 64 0 73 331 113 30
Binary 1111 110010 1101001 1010110 110100 0 111011 11011001 1001011 11000

Color Harmonies of #0F3269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3269

Black with #0F3269

Text Example


Text Example

White with #0F3269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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