Html Css Color HEX #001E67 Sapphire

📋 copy color: '#001E67'

red 0 ◦ green 30 ◦ blue 103

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

Shades of Sapphire #001E67

Tints of Sapphire #001E67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 77.44%

R = 0%
G = 22.56%
B = 77.44%

CMYK

 C value IS 1

 M value IS 0.71

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#001E67 (or 0x001E67) is known color: Sapphire. HEX triplet: 00, 1E and 67. RGB value is (0,30,103). Sum of RGB (Red+Green+Blue) = 0+30+103=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 103 (40.62% from 255 or 77.44% from 133); Max value from RGB is 103 - color contains mainly: blue. Hex color #001E67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001E67 is #FFE198. Grayscale: #1D1D1D. Windows color (decimal): -16769433 or 6757888. OLE color: 6757888.

HSL color Cylindrical-coordinate representation of color #001E67: hue angle of 222.52º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E67 is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 0 30 103 -
CMYK 1 0.71 0 0.60
HSL 222.52º 1% 0.2% -
HSV(B) 222.52º 1% 0.4% -
XYZ 2.91 1.91 13.05 -
YUV 29.35 169.56 107.06 -
System Red Green Blue C M Y K H S L
Decimal 0 30 103 1 0.71 0 0.60 222.52 1 0.2
Hex 0 1E 67 64 47 0 3C DF 64 14
Octal 0 36 147 144 107 0 74 337 144 24
Binary 0 11110 1100111 1100100 1000111 0 111100 11011111 1100100 10100

Color Harmonies of #001E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001E67

Black with #001E67

Text Example


Text Example

White with #001E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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