Html Css Color HEX #0F265C Sapphire

📋 copy color: '#0F265C'

red 15 ◦ green 38 ◦ blue 92

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

Shades of Sapphire #0F265C

Tints of Sapphire #0F265C

RGB

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

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

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

R = 10.34%
G = 26.21%
B = 63.45%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0F265C (or 0x0F265C) is known color: Sapphire. HEX triplet: 0F, 26 and 5C. RGB value is (15,38,92). Sum of RGB (Red+Green+Blue) = 15+38+92=145 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.34% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 92 (36.33% from 255 or 63.45% from 145); Max value from RGB is 92 - color contains mainly: blue. Hex color #0F265C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F265C is #F0D9A3. Grayscale: #252525. Windows color (decimal): -15784356 or 6039055. OLE color: 6039055.

HSL color Cylindrical-coordinate representation of color #0F265C: hue angle of 222.08º 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 #0F265C is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 15 38 92 -
CMYK 0.84 0.59 0 0.64
HSL 222.08º 0.72% 0.21% -
HSV(B) 222.08º 0.84% 0.36% -
XYZ 2.82 2.26 10.41 -
YUV 37.28 158.88 112.11 -
System Red Green Blue C M Y K H S L
Decimal 15 38 92 0.84 0.59 0 0.64 222.08 0.72 0.21
Hex F 26 5C 54 3B 0 40 DE 48 15
Octal 17 46 134 124 73 0 100 336 110 25
Binary 1111 100110 1011100 1010100 111011 0 1000000 11011110 1001000 10101

Color Harmonies of #0F265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F265C

Black with #0F265C

Text Example


Text Example

White with #0F265C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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