Html Css Color HEX #0F2C79 Sapphire

📋 copy color: '#0F2C79'

red 15 ◦ green 44 ◦ blue 121

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

Shades of Sapphire #0F2C79

Tints of Sapphire #0F2C79

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.44%

 BLUE value IS 121 (47.66% from 255) = 67.22%

R = 8.33%
G = 24.44%
B = 67.22%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0F2C79 (or 0x0F2C79) is known color: Sapphire. HEX triplet: 0F, 2C and 79. RGB value is (15,44,121). Sum of RGB (Red+Green+Blue) = 15+44+121=180 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.33% from 180); Green value is 44 (17.58% from 255 or 24.44% from 180); Blue value is 121 (47.66% from 255 or 67.22% from 180); Max value from RGB is 121 - color contains mainly: blue. Hex color #0F2C79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2C79 is #F0D386. Grayscale: #2B2B2B. Windows color (decimal): -15782791 or 7941135. OLE color: 7941135.

HSL color Cylindrical-coordinate representation of color #0F2C79: hue angle of 223.58º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F2C79 is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 15 44 121 -
CMYK 0.88 0.64 0 0.53
HSL 223.58º 0.78% 0.27% -
HSV(B) 223.58º 0.88% 0.47% -
XYZ 4.55 3.28 18.48 -
YUV 44.11 171.39 107.24 -
System Red Green Blue C M Y K H S L
Decimal 15 44 121 0.88 0.64 0 0.53 223.58 0.78 0.27
Hex F 2C 79 58 40 0 35 E0 4E 1B
Octal 17 54 171 130 100 0 65 340 116 33
Binary 1111 101100 1111001 1011000 1000000 0 110101 11100000 1001110 11011

Color Harmonies of #0F2C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2C79

Black with #0F2C79

Text Example


Text Example

White with #0F2C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,44,121); }

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

background-color css

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

 a { background-color: rgb(15,44,121); }

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

border-color css

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

 span { border-color: rgb(15,44,121); }

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