Html Css Color HEX #001D6F Sapphire

📋 copy color: '#001D6F'

red 0 ◦ green 29 ◦ blue 111

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

Shades of Sapphire #001D6F

Tints of Sapphire #001D6F

RGB

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

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

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

R = 0%
G = 20.71%
B = 79.29%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#001D6F (or 0x001D6F) is known color: Sapphire. HEX triplet: 00, 1D and 6F. RGB value is (0,29,111). Sum of RGB (Red+Green+Blue) = 0+29+111=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 29 (11.72% from 255 or 20.71% from 140); Blue value is 111 (43.75% from 255 or 79.29% from 140); Max value from RGB is 111 - color contains mainly: blue. Hex color #001D6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001D6F is #FFE290. Grayscale: #1D1D1D. Windows color (decimal): -16769681 or 7281920. OLE color: 7281920.

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

Color convert

RGB 0 29 111 -
CMYK 1 0.74 0 0.56
HSL 224.32º 1% 0.22% -
HSV(B) 224.32º 1% 0.44% -
XYZ 3.31 2.03 15.26 -
YUV 29.68 173.89 106.83 -
System Red Green Blue C M Y K H S L
Decimal 0 29 111 1 0.74 0 0.56 224.32 1 0.22
Hex 0 1D 6F 64 4A 0 38 E0 64 16
Octal 0 35 157 144 112 0 70 340 144 26
Binary 0 11101 1101111 1100100 1001010 0 111000 11100000 1100100 10110

Color Harmonies of #001D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001D6F

Black with #001D6F

Text Example


Text Example

White with #001D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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