Html Css Color HEX #0F2751 Sapphire

📋 copy color: '#0F2751'

red 15 ◦ green 39 ◦ blue 81

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

Shades of Sapphire #0F2751

Tints of Sapphire #0F2751

RGB

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

 GREEN value IS 39 (15.63% from 255) = 28.89%

 BLUE value IS 81 (32.03% from 255) = 60%

R = 11.11%
G = 28.89%
B = 60%

CMYK

 C value IS 0.81

 M value IS 0.52

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0F2751 (or 0x0F2751) is known color: Sapphire. HEX triplet: 0F, 27 and 51. RGB value is (15,39,81). Sum of RGB (Red+Green+Blue) = 15+39+81=135 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.11% from 135); Green value is 39 (15.62% from 255 or 28.89% from 135); Blue value is 81 (32.03% from 255 or 60% from 135); Max value from RGB is 81 - color contains mainly: blue. Hex color #0F2751 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2751 is #F0D8AE. Grayscale: #242424. Windows color (decimal): -15784111 or 5318415. OLE color: 5318415.

HSL color Cylindrical-coordinate representation of color #0F2751: hue angle of 218.18º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F2751 is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 15 39 81 -
CMYK 0.81 0.52 0 0.68
HSL 218.18º 0.69% 0.19% -
HSV(B) 218.18º 0.81% 0.32% -
XYZ 2.41 2.15 8.07 -
YUV 36.61 153.05 112.58 -
System Red Green Blue C M Y K H S L
Decimal 15 39 81 0.81 0.52 0 0.68 218.18 0.69 0.19
Hex F 27 51 51 34 0 44 DA 45 13
Octal 17 47 121 121 64 0 104 332 105 23
Binary 1111 100111 1010001 1010001 110100 0 1000100 11011010 1000101 10011

Color Harmonies of #0F2751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2751

Black with #0F2751

Text Example


Text Example

White with #0F2751

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,39,81); }

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

background-color css

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

 a { background-color: rgb(15,39,81); }

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

border-color css

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

 span { border-color: rgb(15,39,81); }

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