Html Css Color HEX #0F3069 Sapphire

📋 copy color: '#0F3069'

red 15 ◦ green 48 ◦ blue 105

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

Shades of Sapphire #0F3069

Tints of Sapphire #0F3069

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.57%

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

R = 8.93%
G = 28.57%
B = 62.5%

CMYK

 C value IS 0.86

 M value IS 0.54

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0F3069 (or 0x0F3069) is known color: Sapphire. HEX triplet: 0F, 30 and 69. RGB value is (15,48,105). Sum of RGB (Red+Green+Blue) = 15+48+105=168 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.93% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 105 (41.41% from 255 or 62.5% from 168); Max value from RGB is 105 - color contains mainly: blue. Hex color #0F3069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3069 is #F0CF96. Grayscale: #2C2C2C. Windows color (decimal): -15781783 or 6893583. OLE color: 6893583.

HSL color Cylindrical-coordinate representation of color #0F3069: hue angle of 218º 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 #0F3069 is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 15 48 105 -
CMYK 0.86 0.54 0 0.59
HSL 218º 0.75% 0.24% -
HSV(B) 218º 0.86% 0.41% -
XYZ 3.8 3.24 13.79 -
YUV 44.63 162.07 106.87 -
System Red Green Blue C M Y K H S L
Decimal 15 48 105 0.86 0.54 0 0.59 218 0.75 0.24
Hex F 30 69 56 36 0 3B DA 4B 18
Octal 17 60 151 126 66 0 73 332 113 30
Binary 1111 110000 1101001 1010110 110110 0 111011 11011010 1001011 11000

Color Harmonies of #0F3069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3069

Black with #0F3069

Text Example


Text Example

White with #0F3069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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