Html Css Color HEX #010D4F Sapphire

📋 copy color: '#010D4F'

red 1 ◦ green 13 ◦ blue 79

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

Shades of Sapphire #010D4F

Tints of Sapphire #010D4F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.98%

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

R = 1.08%
G = 13.98%
B = 84.95%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#010D4F (or 0x010D4F) is known color: Sapphire. HEX triplet: 01, 0D and 4F. RGB value is (1,13,79). Sum of RGB (Red+Green+Blue) = 1+13+79=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 13 (5.47% from 255 or 13.98% from 93); Blue value is 79 (31.25% from 255 or 84.95% from 93); Max value from RGB is 79 - color contains mainly: blue. Hex color #010D4F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010D4F is #FEF2B0. Grayscale: #101010. Windows color (decimal): -16708273 or 5180673. OLE color: 5180673.

HSL color Cylindrical-coordinate representation of color #010D4F: hue angle of 230.77º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010D4F is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 13 79 -
CMYK 0.99 0.84 0 0.69
HSL 230.77º 0.98% 0.16% -
HSV(B) 230.77º 0.99% 0.31% -
XYZ 1.57 0.86 7.48 -
YUV 16.94 163.02 116.63 -
System Red Green Blue C M Y K H S L
Decimal 1 13 79 0.99 0.84 0 0.69 230.77 0.98 0.16
Hex 1 D 4F 63 54 0 45 E7 62 10
Octal 1 15 117 143 124 0 105 347 142 20
Binary 1 1101 1001111 1100011 1010100 0 1000101 11100111 1100010 10000

Color Harmonies of #010D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010D4F

Black with #010D4F

Text Example


Text Example

White with #010D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,13,79); }

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

background-color css

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

 a { background-color: rgb(1,13,79); }

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

border-color css

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

 span { border-color: rgb(1,13,79); }

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