Html Css Color HEX #001D67 Sapphire

📋 copy color: '#001D67'

red 0 ◦ green 29 ◦ blue 103

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

Shades of Sapphire #001D67

Tints of Sapphire #001D67

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.97%

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

R = 0%
G = 21.97%
B = 78.03%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#001D67 (or 0x001D67) is known color: Sapphire. HEX triplet: 00, 1D and 67. RGB value is (0,29,103). Sum of RGB (Red+Green+Blue) = 0+29+103=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 103 (40.62% from 255 or 78.03% from 132); Max value from RGB is 103 - color contains mainly: blue. Hex color #001D67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001D67 is #FFE298. Grayscale: #1C1C1C. Windows color (decimal): -16769689 or 6757632. OLE color: 6757632.

HSL color Cylindrical-coordinate representation of color #001D67: hue angle of 223.11º 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 #001D67 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 0 29 103 -
CMYK 1 0.72 0 0.60
HSL 223.11º 1% 0.2% -
HSV(B) 223.11º 1% 0.4% -
XYZ 2.89 1.86 13.04 -
YUV 28.77 169.89 107.48 -
System Red Green Blue C M Y K H S L
Decimal 0 29 103 1 0.72 0 0.60 223.11 1 0.2
Hex 0 1D 67 64 48 0 3C DF 64 14
Octal 0 35 147 144 110 0 74 337 144 24
Binary 0 11101 1100111 1100100 1001000 0 111100 11011111 1100100 10100

Color Harmonies of #001D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001D67

Black with #001D67

Text Example


Text Example

White with #001D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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