Html Css Color HEX #001E6F Sapphire

📋 copy color: '#001E6F'

red 0 ◦ green 30 ◦ blue 111

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

Shades of Sapphire #001E6F

Tints of Sapphire #001E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 78.72%

R = 0%
G = 21.28%
B = 78.72%

CMYK

 C value IS 1

 M value IS 0.73

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#001E6F (or 0x001E6F) is known color: Sapphire. HEX triplet: 00, 1E and 6F. RGB value is (0,30,111). Sum of RGB (Red+Green+Blue) = 0+30+111=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 111 (43.75% from 255 or 78.72% from 141); Max value from RGB is 111 - color contains mainly: blue. Hex color #001E6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001E6F is #FFE190. Grayscale: #1D1D1D. Windows color (decimal): -16769425 or 7282176. OLE color: 7282176.

HSL color Cylindrical-coordinate representation of color #001E6F: hue angle of 223.78º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E6F is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 30 111 -
CMYK 1 0.73 0 0.56
HSL 223.78º 1% 0.22% -
HSV(B) 223.78º 1% 0.44% -
XYZ 3.33 2.08 15.26 -
YUV 30.26 173.56 106.41 -
System Red Green Blue C M Y K H S L
Decimal 0 30 111 1 0.73 0 0.56 223.78 1 0.22
Hex 0 1E 6F 64 49 0 38 E0 64 16
Octal 0 36 157 144 111 0 70 340 144 26
Binary 0 11110 1101111 1100100 1001001 0 111000 11100000 1100100 10110

Color Harmonies of #001E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001E6F

Black with #001E6F

Text Example


Text Example

White with #001E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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