Html Css Color HEX #0F2976 Sapphire

📋 copy color: '#0F2976'

red 15 ◦ green 41 ◦ blue 118

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

Shades of Sapphire #0F2976

Tints of Sapphire #0F2976

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.56%

 BLUE value IS 118 (46.48% from 255) = 67.82%

R = 8.62%
G = 23.56%
B = 67.82%

CMYK

 C value IS 0.87

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0F2976 (or 0x0F2976) is known color: Sapphire. HEX triplet: 0F, 29 and 76. RGB value is (15,41,118). Sum of RGB (Red+Green+Blue) = 15+41+118=174 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.62% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 118 (46.48% from 255 or 67.82% from 174); Max value from RGB is 118 - color contains mainly: blue. Hex color #0F2976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2976 is #F0D689. Grayscale: #292929. Windows color (decimal): -15783562 or 7743759. OLE color: 7743759.

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

Color convert

RGB 15 41 118 -
CMYK 0.87 0.65 0 0.54
HSL 224.85º 0.77% 0.26% -
HSV(B) 224.85º 0.87% 0.46% -
XYZ 4.26 3 17.49 -
YUV 42 170.89 108.74 -
System Red Green Blue C M Y K H S L
Decimal 15 41 118 0.87 0.65 0 0.54 224.85 0.77 0.26
Hex F 29 76 57 41 0 36 E1 4D 1A
Octal 17 51 166 127 101 0 66 341 115 32
Binary 1111 101001 1110110 1010111 1000001 0 110110 11100001 1001101 11010

Color Harmonies of #0F2976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2976

Black with #0F2976

Text Example


Text Example

White with #0F2976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,41,118); }

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

background-color css

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

 a { background-color: rgb(15,41,118); }

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

border-color css

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

 span { border-color: rgb(15,41,118); }

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