Html Css Color HEX #010F48 Sapphire

📋 copy color: '#010F48'

red 1 ◦ green 15 ◦ blue 72

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

Shades of Sapphire #010F48

Tints of Sapphire #010F48

RGB

 RED value IS 1 (0.78% from 255) = 1.14%

 GREEN value IS 15 (6.25% from 255) = 17.05%

 BLUE value IS 72 (28.52% from 255) = 81.82%

R = 1.14%
G = 17.05%
B = 81.82%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#010F48 (or 0x010F48) is known color: Sapphire. HEX triplet: 01, 0F and 48. RGB value is (1,15,72). Sum of RGB (Red+Green+Blue) = 1+15+72=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 15 (6.25% from 255 or 17.05% from 88); Blue value is 72 (28.52% from 255 or 81.82% from 88); Max value from RGB is 72 - color contains mainly: blue. Hex color #010F48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010F48 is #FEF0B7. Grayscale: #111111. Windows color (decimal): -16707768 or 4722433. OLE color: 4722433.

HSL color Cylindrical-coordinate representation of color #010F48: hue angle of 228.17º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010F48 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 15 72 -
CMYK 0.99 0.79 0 0.72
HSL 228.17º 0.97% 0.14% -
HSV(B) 228.17º 0.99% 0.28% -
XYZ 1.35 0.82 6.22 -
YUV 17.31 158.86 116.37 -
System Red Green Blue C M Y K H S L
Decimal 1 15 72 0.99 0.79 0 0.72 228.17 0.97 0.14
Hex 1 F 48 63 4F 0 48 E4 61 E
Octal 1 17 110 143 117 0 110 344 141 16
Binary 1 1111 1001000 1100011 1001111 0 1001000 11100100 1100001 1110

Color Harmonies of #010F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F48

Black with #010F48

Text Example


Text Example

White with #010F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010F48; }

 p { color: rgb(1,15,72); }

 H1.HeaderClassName
 {
   color: #010F48;
 }
 .AnyTagClassName
 {
   color: #010F48;
 }
</style>

background-color css

<style>
 a { background-color: #010F48; }

 a { background-color: rgb(1,15,72); }

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

border-color css

<style>
 span { border-color: #010F48; }

 span { border-color: rgb(1,15,72); }

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