Html Css Color HEX #012363 Sapphire

📋 copy color: '#012363'

red 1 ◦ green 35 ◦ blue 99

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

Shades of Sapphire #012363

Tints of Sapphire #012363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 73.33%

R = 0.74%
G = 25.93%
B = 73.33%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#012363 (or 0x012363) is known color: Sapphire. HEX triplet: 01, 23 and 63. RGB value is (1,35,99). Sum of RGB (Red+Green+Blue) = 1+35+99=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 99 (39.06% from 255 or 73.33% from 135); Max value from RGB is 99 - color contains mainly: blue. Hex color #012363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012363 is #FEDC9C. Grayscale: #1F1F1F. Windows color (decimal): -16702621 or 6497025. OLE color: 6497025.

HSL color Cylindrical-coordinate representation of color #012363: hue angle of 219.18º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012363 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 1 35 99 -
CMYK 0.99 0.65 0 0.61
HSL 219.18º 0.98% 0.2% -
HSV(B) 219.18º 0.99% 0.39% -
XYZ 2.87 2.11 12.06 -
YUV 32.13 165.74 105.8 -
System Red Green Blue C M Y K H S L
Decimal 1 35 99 0.99 0.65 0 0.61 219.18 0.98 0.2
Hex 1 23 63 63 41 0 3D DB 62 14
Octal 1 43 143 143 101 0 75 333 142 24
Binary 1 100011 1100011 1100011 1000001 0 111101 11011011 1100010 10100

Color Harmonies of #012363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012363

Black with #012363

Text Example


Text Example

White with #012363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012363; }

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

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

background-color css

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

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

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

border-color css

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

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

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