Html Css Color HEX #0F1C4F Sapphire

📋 copy color: '#0F1C4F'

red 15 ◦ green 28 ◦ blue 79

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

Shades of Sapphire #0F1C4F

Tints of Sapphire #0F1C4F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 22.95%

 BLUE value IS 79 (31.25% from 255) = 64.75%

R = 12.3%
G = 22.95%
B = 64.75%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0F1C4F (or 0x0F1C4F) is known color: Sapphire. HEX triplet: 0F, 1C and 4F. RGB value is (15,28,79). Sum of RGB (Red+Green+Blue) = 15+28+79=122 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.30% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 79 (31.25% from 255 or 64.75% from 122); Max value from RGB is 79 - color contains mainly: blue. Hex color #0F1C4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F1C4F is #F0E3B0. Grayscale: #1D1D1D. Windows color (decimal): -15786929 or 5184527. OLE color: 5184527.

HSL color Cylindrical-coordinate representation of color #0F1C4F: hue angle of 227.81º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F1C4F is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 15 28 79 -
CMYK 0.81 0.65 0 0.69
HSL 227.81º 0.68% 0.18% -
HSV(B) 227.81º 0.81% 0.31% -
XYZ 2.02 1.5 7.58 -
YUV 29.93 155.69 117.35 -
System Red Green Blue C M Y K H S L
Decimal 15 28 79 0.81 0.65 0 0.69 227.81 0.68 0.18
Hex F 1C 4F 51 41 0 45 E4 44 12
Octal 17 34 117 121 101 0 105 344 104 22
Binary 1111 11100 1001111 1010001 1000001 0 1000101 11100100 1000100 10010

Color Harmonies of #0F1C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1C4F

Black with #0F1C4F

Text Example


Text Example

White with #0F1C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,28,79); }

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

background-color css

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

 a { background-color: rgb(15,28,79); }

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

border-color css

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

 span { border-color: rgb(15,28,79); }

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