Html Css Color HEX #012664 Sapphire

📋 copy color: '#012664'

red 1 ◦ green 38 ◦ blue 100

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

Shades of Sapphire #012664

Tints of Sapphire #012664

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.34%

 BLUE value IS 100 (39.45% from 255) = 71.94%

R = 0.72%
G = 27.34%
B = 71.94%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#012664 (or 0x012664) is known color: Sapphire. HEX triplet: 01, 26 and 64. RGB value is (1,38,100). Sum of RGB (Red+Green+Blue) = 1+38+100=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 100 (39.45% from 255 or 71.94% from 139); Max value from RGB is 100 - color contains mainly: blue. Hex color #012664 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012664 is #FED99B. Grayscale: #212121. Windows color (decimal): -16701852 or 6563329. OLE color: 6563329.

HSL color Cylindrical-coordinate representation of color #012664: hue angle of 217.58º 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 #012664 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 1 38 100 -
CMYK 0.99 0.62 0 0.61
HSL 217.58º 0.98% 0.2% -
HSV(B) 217.58º 0.99% 0.39% -
XYZ 3.01 2.31 12.34 -
YUV 34.01 165.24 104.46 -
System Red Green Blue C M Y K H S L
Decimal 1 38 100 0.99 0.62 0 0.61 217.58 0.98 0.2
Hex 1 26 64 63 3E 0 3D DA 62 14
Octal 1 46 144 143 76 0 75 332 142 24
Binary 1 100110 1100100 1100011 111110 0 111101 11011010 1100010 10100

Color Harmonies of #012664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012664

Black with #012664

Text Example


Text Example

White with #012664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012664; }

 p { color: rgb(1,38,100); }

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

background-color css

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

 a { background-color: rgb(1,38,100); }

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

border-color css

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

 span { border-color: rgb(1,38,100); }

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