Html Css Color HEX #01234D Sapphire

📋 copy color: '#01234D'

red 1 ◦ green 35 ◦ blue 77

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

Shades of Sapphire #01234D

Tints of Sapphire #01234D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 30.97%

 BLUE value IS 77 (30.47% from 255) = 68.14%

R = 0.88%
G = 30.97%
B = 68.14%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#01234D (or 0x01234D) is known color: Sapphire. HEX triplet: 01, 23 and 4D. RGB value is (1,35,77). Sum of RGB (Red+Green+Blue) = 1+35+77=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 77 (30.47% from 255 or 68.14% from 113); Max value from RGB is 77 - color contains mainly: blue. Hex color #01234D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01234D is #FEDCB2. Grayscale: #1D1D1D. Windows color (decimal): -16702643 or 5055233. OLE color: 5055233.

HSL color Cylindrical-coordinate representation of color #01234D: hue angle of 213.16º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01234D is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 1 35 77 -
CMYK 0.99 0.55 0 0.70
HSL 213.16º 0.97% 0.15% -
HSV(B) 213.16º 0.99% 0.3% -
XYZ 1.95 1.74 7.25 -
YUV 29.62 154.74 107.58 -
System Red Green Blue C M Y K H S L
Decimal 1 35 77 0.99 0.55 0 0.70 213.16 0.97 0.15
Hex 1 23 4D 63 37 0 46 D5 61 F
Octal 1 43 115 143 67 0 106 325 141 17
Binary 1 100011 1001101 1100011 110111 0 1000110 11010101 1100001 1111

Color Harmonies of #01234D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01234D

Black with #01234D

Text Example


Text Example

White with #01234D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01234D; }

 p { color: rgb(1,35,77); }

 H1.HeaderClassName
 {
   color: #01234D;
 }
 .AnyTagClassName
 {
   color: #01234D;
 }
</style>

background-color css

<style>
 a { background-color: #01234D; }

 a { background-color: rgb(1,35,77); }

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

border-color css

<style>
 span { border-color: #01234D; }

 span { border-color: rgb(1,35,77); }

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