Html Css Color HEX #001468 Sapphire

📋 copy color: '#001468'

red 0 ◦ green 20 ◦ blue 104

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

Shades of Sapphire #001468

Tints of Sapphire #001468

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 20 (8.2% from 255) = 16.13%

 BLUE value IS 104 (41.02% from 255) = 83.87%

R = 0%
G = 16.13%
B = 83.87%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#001468 (or 0x001468) is known color: Sapphire. HEX triplet: 00, 14 and 68. RGB value is (0,20,104). Sum of RGB (Red+Green+Blue) = 0+20+104=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 104 (41.02% from 255 or 83.87% from 124); Max value from RGB is 104 - color contains mainly: blue. Hex color #001468 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001468 is #FFEB97. Grayscale: #171717. Windows color (decimal): -16771992 or 6820864. OLE color: 6820864.

HSL color Cylindrical-coordinate representation of color #001468: hue angle of 228.46º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001468 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 20 104 -
CMYK 1 0.81 0 0.59
HSL 228.46º 1% 0.2% -
HSV(B) 228.46º 1% 0.41% -
XYZ 2.75 1.5 13.24 -
YUV 23.6 173.37 111.17 -
System Red Green Blue C M Y K H S L
Decimal 0 20 104 1 0.81 0 0.59 228.46 1 0.2
Hex 0 14 68 64 51 0 3B E4 64 14
Octal 0 24 150 144 121 0 73 344 144 24
Binary 0 10100 1101000 1100100 1010001 0 111011 11100100 1100100 10100

Color Harmonies of #001468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001468

Black with #001468

Text Example


Text Example

White with #001468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001468; }

 p { color: rgb(0,20,104); }

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

background-color css

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

 a { background-color: rgb(0,20,104); }

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

border-color css

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

 span { border-color: rgb(0,20,104); }

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