Html Css Color HEX #0F2679 Sapphire

📋 copy color: '#0F2679'

red 15 ◦ green 38 ◦ blue 121

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

Shades of Sapphire #0F2679

Tints of Sapphire #0F2679

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.84%

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

R = 8.62%
G = 21.84%
B = 69.54%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0F2679 (or 0x0F2679) is known color: Sapphire. HEX triplet: 0F, 26 and 79. RGB value is (15,38,121). Sum of RGB (Red+Green+Blue) = 15+38+121=174 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.62% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 121 (47.66% from 255 or 69.54% from 174); Max value from RGB is 121 - color contains mainly: blue. Hex color #0F2679 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2679 is #F0D986. Grayscale: #282828. Windows color (decimal): -15784327 or 7939599. OLE color: 7939599.

HSL color Cylindrical-coordinate representation of color #0F2679: hue angle of 226.98º 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 #0F2679 is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 15 38 121 -
CMYK 0.88 0.69 0 0.53
HSL 226.98º 0.78% 0.27% -
HSV(B) 226.98º 0.88% 0.47% -
XYZ 4.34 2.87 18.41 -
YUV 40.59 173.38 109.75 -
System Red Green Blue C M Y K H S L
Decimal 15 38 121 0.88 0.69 0 0.53 226.98 0.78 0.27
Hex F 26 79 58 45 0 35 E3 4E 1B
Octal 17 46 171 130 105 0 65 343 116 33
Binary 1111 100110 1111001 1011000 1000101 0 110101 11100011 1001110 11011

Color Harmonies of #0F2679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2679

Black with #0F2679

Text Example


Text Example

White with #0F2679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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