Html Css Color HEX #001E6B Sapphire

📋 copy color: '#001E6B'

red 0 ◦ green 30 ◦ blue 107

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

Shades of Sapphire #001E6B

Tints of Sapphire #001E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 78.1%

R = 0%
G = 21.9%
B = 78.1%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#001E6B (or 0x001E6B) is known color: Sapphire. HEX triplet: 00, 1E and 6B. RGB value is (0,30,107). Sum of RGB (Red+Green+Blue) = 0+30+107=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 30 (12.11% from 255 or 21.90% from 137); Blue value is 107 (42.19% from 255 or 78.10% from 137); Max value from RGB is 107 - color contains mainly: blue. Hex color #001E6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001E6B is #FFE194. Grayscale: #1D1D1D. Windows color (decimal): -16769429 or 7020032. OLE color: 7020032.

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

Color convert

RGB 0 30 107 -
CMYK 1 0.72 0 0.58
HSL 223.18º 1% 0.21% -
HSV(B) 223.18º 1% 0.42% -
XYZ 3.12 1.99 14.13 -
YUV 29.81 171.56 106.74 -
System Red Green Blue C M Y K H S L
Decimal 0 30 107 1 0.72 0 0.58 223.18 1 0.21
Hex 0 1E 6B 64 48 0 3A DF 64 15
Octal 0 36 153 144 110 0 72 337 144 25
Binary 0 11110 1101011 1100100 1001000 0 111010 11011111 1100100 10101

Color Harmonies of #001E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001E6B

Black with #001E6B

Text Example


Text Example

White with #001E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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