Html Css Color HEX #001E5C Sapphire

📋 copy color: '#001E5C'

red 0 ◦ green 30 ◦ blue 92

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

Shades of Sapphire #001E5C

Tints of Sapphire #001E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 75.41%

R = 0%
G = 24.59%
B = 75.41%

CMYK

 C value IS 1

 M value IS 0.67

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#001E5C (or 0x001E5C) is known color: Sapphire. HEX triplet: 00, 1E and 5C. RGB value is (0,30,92). Sum of RGB (Red+Green+Blue) = 0+30+92=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 30 (12.11% from 255 or 24.59% from 122); Blue value is 92 (36.33% from 255 or 75.41% from 122); Max value from RGB is 92 - color contains mainly: blue. Hex color #001E5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001E5C is #FFE1A3. Grayscale: #1B1B1B. Windows color (decimal): -16769444 or 6036992. OLE color: 6036992.

HSL color Cylindrical-coordinate representation of color #001E5C: hue angle of 220.43º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E5C is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 30 92 -
CMYK 1 0.67 0 0.64
HSL 220.43º 1% 0.18% -
HSV(B) 220.43º 1% 0.36% -
XYZ 2.4 1.7 10.33 -
YUV 28.1 164.06 107.96 -
System Red Green Blue C M Y K H S L
Decimal 0 30 92 1 0.67 0 0.64 220.43 1 0.18
Hex 0 1E 5C 64 43 0 40 DC 64 12
Octal 0 36 134 144 103 0 100 334 144 22
Binary 0 11110 1011100 1100100 1000011 0 1000000 11011100 1100100 10010

Color Harmonies of #001E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001E5C

Black with #001E5C

Text Example


Text Example

White with #001E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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