Html Css Color HEX #0F3375 Sapphire

📋 copy color: '#0F3375'

red 15 ◦ green 51 ◦ blue 117

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

Shades of Sapphire #0F3375

Tints of Sapphire #0F3375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.87%

 BLUE value IS 117 (46.09% from 255) = 63.93%

R = 8.2%
G = 27.87%
B = 63.93%

CMYK

 C value IS 0.87

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0F3375 (or 0x0F3375) is known color: Sapphire. HEX triplet: 0F, 33 and 75. RGB value is (15,51,117). Sum of RGB (Red+Green+Blue) = 15+51+117=183 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.20% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 117 (46.09% from 255 or 63.93% from 183); Max value from RGB is 117 - color contains mainly: blue. Hex color #0F3375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3375 is #F0CC8A. Grayscale: #2F2F2F. Windows color (decimal): -15781003 or 7680783. OLE color: 7680783.

HSL color Cylindrical-coordinate representation of color #0F3375: hue angle of 218.82º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F3375 is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 15 51 117 -
CMYK 0.87 0.56 0 0.54
HSL 218.82º 0.77% 0.26% -
HSV(B) 218.82º 0.87% 0.46% -
XYZ 4.59 3.75 17.31 -
YUV 47.76 167.07 104.63 -
System Red Green Blue C M Y K H S L
Decimal 15 51 117 0.87 0.56 0 0.54 218.82 0.77 0.26
Hex F 33 75 57 38 0 36 DB 4D 1A
Octal 17 63 165 127 70 0 66 333 115 32
Binary 1111 110011 1110101 1010111 111000 0 110110 11011011 1001101 11010

Color Harmonies of #0F3375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3375

Black with #0F3375

Text Example


Text Example

White with #0F3375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,51,117); }

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

background-color css

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

 a { background-color: rgb(15,51,117); }

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

border-color css

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

 span { border-color: rgb(15,51,117); }

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