Html Css Color HEX #01235D Sapphire

📋 copy color: '#01235D'

red 1 ◦ green 35 ◦ blue 93

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

Shades of Sapphire #01235D

Tints of Sapphire #01235D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 72.09%

R = 0.78%
G = 27.13%
B = 72.09%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01235D (or 0x01235D) is known color: Sapphire. HEX triplet: 01, 23 and 5D. RGB value is (1,35,93). Sum of RGB (Red+Green+Blue) = 1+35+93=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 93 (36.72% from 255 or 72.09% from 129); Max value from RGB is 93 - color contains mainly: blue. Hex color #01235D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01235D is #FEDCA2. Grayscale: #1F1F1F. Windows color (decimal): -16702627 or 6103809. OLE color: 6103809.

HSL color Cylindrical-coordinate representation of color #01235D: hue angle of 217.83º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01235D is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 35 93 -
CMYK 0.99 0.62 0 0.64
HSL 217.83º 0.98% 0.18% -
HSV(B) 217.83º 0.99% 0.36% -
XYZ 2.59 2 10.61 -
YUV 31.45 162.74 106.28 -
System Red Green Blue C M Y K H S L
Decimal 1 35 93 0.99 0.62 0 0.64 217.83 0.98 0.18
Hex 1 23 5D 63 3E 0 40 DA 62 12
Octal 1 43 135 143 76 0 100 332 142 22
Binary 1 100011 1011101 1100011 111110 0 1000000 11011010 1100010 10010

Color Harmonies of #01235D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01235D

Black with #01235D

Text Example


Text Example

White with #01235D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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