Html Css Color HEX #001A68 Sapphire

📋 copy color: '#001A68'

red 0 ◦ green 26 ◦ blue 104

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

Shades of Sapphire #001A68

Tints of Sapphire #001A68

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20%

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

R = 0%
G = 20%
B = 80%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#001A68 (or 0x001A68) is known color: Sapphire. HEX triplet: 00, 1A and 68. RGB value is (0,26,104). Sum of RGB (Red+Green+Blue) = 0+26+104=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 104 (41.02% from 255 or 80% from 130); Max value from RGB is 104 - color contains mainly: blue. Hex color #001A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001A68 is #FFE597. Grayscale: #1A1A1A. Windows color (decimal): -16770456 or 6822400. OLE color: 6822400.

HSL color Cylindrical-coordinate representation of color #001A68: hue angle of 225º 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 #001A68 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 26 104 -
CMYK 1 0.75 0 0.59
HSL 225º 1% 0.2% -
HSV(B) 225º 1% 0.41% -
XYZ 2.87 1.74 13.28 -
YUV 27.12 171.39 108.66 -
System Red Green Blue C M Y K H S L
Decimal 0 26 104 1 0.75 0 0.59 225 1 0.2
Hex 0 1A 68 64 4B 0 3B E1 64 14
Octal 0 32 150 144 113 0 73 341 144 24
Binary 0 11010 1101000 1100100 1001011 0 111011 11100001 1100100 10100

Color Harmonies of #001A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001A68

Black with #001A68

Text Example


Text Example

White with #001A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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