Html Css Color HEX #001E6D Sapphire

📋 copy color: '#001E6D'

red 0 ◦ green 30 ◦ blue 109

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

Shades of Sapphire #001E6D

Tints of Sapphire #001E6D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 21.58%

 BLUE value IS 109 (42.97% from 255) = 78.42%

R = 0%
G = 21.58%
B = 78.42%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#001E6D (or 0x001E6D) is known color: Sapphire. HEX triplet: 00, 1E and 6D. RGB value is (0,30,109). Sum of RGB (Red+Green+Blue) = 0+30+109=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 109 (42.97% from 255 or 78.42% from 139); Max value from RGB is 109 - color contains mainly: blue. Hex color #001E6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001E6D is #FFE192. Grayscale: #1D1D1D. Windows color (decimal): -16769427 or 7151104. OLE color: 7151104.

HSL color Cylindrical-coordinate representation of color #001E6D: hue angle of 223.49º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E6D is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 0 30 109 -
CMYK 1 0.72 0 0.57
HSL 223.49º 1% 0.21% -
HSV(B) 223.49º 1% 0.43% -
XYZ 3.22 2.03 14.69 -
YUV 30.04 172.56 106.58 -
System Red Green Blue C M Y K H S L
Decimal 0 30 109 1 0.72 0 0.57 223.49 1 0.21
Hex 0 1E 6D 64 48 0 39 DF 64 15
Octal 0 36 155 144 110 0 71 337 144 25
Binary 0 11110 1101101 1100100 1001000 0 111001 11011111 1100100 10101

Color Harmonies of #001E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001E6D

Black with #001E6D

Text Example


Text Example

White with #001E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,30,109); }

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

background-color css

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

 a { background-color: rgb(0,30,109); }

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

border-color css

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

 span { border-color: rgb(0,30,109); }

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