Html Css Color HEX #1F066E Persian Indigo

📋 copy color: '#1F066E'

red 31 ◦ green 6 ◦ blue 110

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

Shades of Persian Indigo #1F066E

Tints of Persian Indigo #1F066E

RGB

 RED value IS 31 (12.5% from 255) = 21.09%

 GREEN value IS 6 (2.73% from 255) = 4.08%

 BLUE value IS 110 (43.36% from 255) = 74.83%

R = 21.09%
G = 4.08%
B = 74.83%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1F066E (or 0x1F066E) is known color: Persian Indigo. HEX triplet: 1F, 06 and 6E. RGB value is (31,6,110). Sum of RGB (Red+Green+Blue) = 31+6+110=147 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.09% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 110 (43.36% from 255 or 74.83% from 147); Max value from RGB is 110 - color contains mainly: blue. Hex color #1F066E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F066E is #E0F991. Grayscale: #181818. Windows color (decimal): -14743954 or 7210527. OLE color: 7210527.

HSL color Cylindrical-coordinate representation of color #1F066E: hue angle of 254.42º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F066E is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 31 6 110 -
CMYK 0.72 0.95 0 0.57
HSL 254.42º 0.9% 0.23% -
HSV(B) 254.42º 0.95% 0.43% -
XYZ 3.44 1.55 14.87 -
YUV 25.33 175.78 132.04 -
System Red Green Blue C M Y K H S L
Decimal 31 6 110 0.72 0.95 0 0.57 254.42 0.9 0.23
Hex 1F 6 6E 48 5F 0 39 FE 5A 17
Octal 37 6 156 110 137 0 71 376 132 27
Binary 11111 110 1101110 1001000 1011111 0 111001 11111110 1011010 10111

Color Harmonies of #1F066E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F066E

Black with #1F066E

Text Example


Text Example

White with #1F066E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F066E; }

 p { color: rgb(31,6,110); }

 H1.HeaderClassName
 {
   color: #1F066E;
 }
 .AnyTagClassName
 {
   color: #1F066E;
 }
</style>

background-color css

<style>
 a { background-color: #1F066E; }

 a { background-color: rgb(31,6,110); }

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

border-color css

<style>
 span { border-color: #1F066E; }

 span { border-color: rgb(31,6,110); }

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