Html Css Color HEX #0F2554 Sapphire

📋 copy color: '#0F2554'

red 15 ◦ green 37 ◦ blue 84

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

Shades of Sapphire #0F2554

Tints of Sapphire #0F2554

RGB

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

 GREEN value IS 37 (14.84% from 255) = 27.21%

 BLUE value IS 84 (33.2% from 255) = 61.76%

R = 11.03%
G = 27.21%
B = 61.76%

CMYK

 C value IS 0.82

 M value IS 0.56

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0F2554 (or 0x0F2554) is known color: Sapphire. HEX triplet: 0F, 25 and 54. RGB value is (15,37,84). Sum of RGB (Red+Green+Blue) = 15+37+84=136 (18% of max value = 765). Red value is 15 (6.25% from 255 or 11.03% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 84 (33.20% from 255 or 61.76% from 136); Max value from RGB is 84 - color contains mainly: blue. Hex color #0F2554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2554 is #F0DAAB. Grayscale: #232323. Windows color (decimal): -15784620 or 5514511. OLE color: 5514511.

HSL color Cylindrical-coordinate representation of color #0F2554: hue angle of 220.87º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F2554 is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 15 37 84 -
CMYK 0.82 0.56 0 0.67
HSL 220.87º 0.7% 0.19% -
HSV(B) 220.87º 0.82% 0.33% -
XYZ 2.46 2.06 8.66 -
YUV 35.78 155.21 113.18 -
System Red Green Blue C M Y K H S L
Decimal 15 37 84 0.82 0.56 0 0.67 220.87 0.7 0.19
Hex F 25 54 52 38 0 43 DD 46 13
Octal 17 45 124 122 70 0 103 335 106 23
Binary 1111 100101 1010100 1010010 111000 0 1000011 11011101 1000110 10011

Color Harmonies of #0F2554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2554

Black with #0F2554

Text Example


Text Example

White with #0F2554

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,37,84); }

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

background-color css

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

 a { background-color: rgb(15,37,84); }

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

border-color css

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

 span { border-color: rgb(15,37,84); }

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