Html Css Color HEX #0F1651 Sapphire

📋 copy color: '#0F1651'

red 15 ◦ green 22 ◦ blue 81

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

Shades of Sapphire #0F1651

Tints of Sapphire #0F1651

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.64%

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

R = 12.71%
G = 18.64%
B = 68.64%

CMYK

 C value IS 0.81

 M value IS 0.73

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0F1651 (or 0x0F1651) is known color: Sapphire. HEX triplet: 0F, 16 and 51. RGB value is (15,22,81). Sum of RGB (Red+Green+Blue) = 15+22+81=118 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.71% from 118); Green value is 22 (8.98% from 255 or 18.64% from 118); Blue value is 81 (32.03% from 255 or 68.64% from 118); Max value from RGB is 81 - color contains mainly: blue. Hex color #0F1651 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1651 is #F0E9AE. Grayscale: #1A1A1A. Windows color (decimal): -15788463 or 5314063. OLE color: 5314063.

HSL color Cylindrical-coordinate representation of color #0F1651: hue angle of 233.64º 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 #0F1651 is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 15 22 81 -
CMYK 0.81 0.73 0 0.68
HSL 233.64º 0.69% 0.19% -
HSV(B) 233.64º 0.81% 0.32% -
XYZ 1.97 1.27 7.93 -
YUV 26.63 158.68 119.7 -
System Red Green Blue C M Y K H S L
Decimal 15 22 81 0.81 0.73 0 0.68 233.64 0.69 0.19
Hex F 16 51 51 49 0 44 EA 45 13
Octal 17 26 121 121 111 0 104 352 105 23
Binary 1111 10110 1010001 1010001 1001001 0 1000100 11101010 1000101 10011

Color Harmonies of #0F1651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1651

Black with #0F1651

Text Example


Text Example

White with #0F1651

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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