Html Css Color HEX #0F295C Sapphire

📋 copy color: '#0F295C'

red 15 ◦ green 41 ◦ blue 92

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

Shades of Sapphire #0F295C

Tints of Sapphire #0F295C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 62.16%

R = 10.14%
G = 27.7%
B = 62.16%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0F295C (or 0x0F295C) is known color: Sapphire. HEX triplet: 0F, 29 and 5C. RGB value is (15,41,92). Sum of RGB (Red+Green+Blue) = 15+41+92=148 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.14% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 92 (36.33% from 255 or 62.16% from 148); Max value from RGB is 92 - color contains mainly: blue. Hex color #0F295C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F295C is #F0D6A3. Grayscale: #262626. Windows color (decimal): -15783588 or 6039823. OLE color: 6039823.

HSL color Cylindrical-coordinate representation of color #0F295C: hue angle of 219.74º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F295C is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 15 41 92 -
CMYK 0.84 0.55 0 0.64
HSL 219.74º 0.72% 0.21% -
HSV(B) 219.74º 0.84% 0.36% -
XYZ 2.92 2.46 10.45 -
YUV 39.04 157.89 110.85 -
System Red Green Blue C M Y K H S L
Decimal 15 41 92 0.84 0.55 0 0.64 219.74 0.72 0.21
Hex F 29 5C 54 37 0 40 DC 48 15
Octal 17 51 134 124 67 0 100 334 110 25
Binary 1111 101001 1011100 1010100 110111 0 1000000 11011100 1001000 10101

Color Harmonies of #0F295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F295C

Black with #0F295C

Text Example


Text Example

White with #0F295C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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