Html Css Color HEX #0F254C Sapphire

📋 copy color: '#0F254C'

red 15 ◦ green 37 ◦ blue 76

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

Shades of Sapphire #0F254C

Tints of Sapphire #0F254C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 59.38%

R = 11.72%
G = 28.91%
B = 59.38%

CMYK

 C value IS 0.80

 M value IS 0.51

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0F254C (or 0x0F254C) is known color: Sapphire. HEX triplet: 0F, 25 and 4C. RGB value is (15,37,76). Sum of RGB (Red+Green+Blue) = 15+37+76=128 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.72% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 76 (30.08% from 255 or 59.38% from 128); Max value from RGB is 76 - color contains mainly: blue. Hex color #0F254C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F254C is #F0DAB3. Grayscale: #222222. Windows color (decimal): -15784628 or 4990223. OLE color: 4990223.

HSL color Cylindrical-coordinate representation of color #0F254C: hue angle of 218.36º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F254C is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 15 37 76 -
CMYK 0.80 0.51 0 0.70
HSL 218.36º 0.67% 0.18% -
HSV(B) 218.36º 0.8% 0.3% -
XYZ 2.16 1.95 7.1 -
YUV 34.87 151.21 113.83 -
System Red Green Blue C M Y K H S L
Decimal 15 37 76 0.80 0.51 0 0.70 218.36 0.67 0.18
Hex F 25 4C 50 33 0 46 DA 43 12
Octal 17 45 114 120 63 0 106 332 103 22
Binary 1111 100101 1001100 1010000 110011 0 1000110 11011010 1000011 10010

Color Harmonies of #0F254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F254C

Black with #0F254C

Text Example


Text Example

White with #0F254C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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