Html Css Color HEX #1F425B Regal Blue

📋 copy color: '#1F425B'

red 31 ◦ green 66 ◦ blue 91

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

Shades of Regal Blue #1F425B

Tints of Regal Blue #1F425B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.11%

 BLUE value IS 91 (35.94% from 255) = 48.4%

R = 16.49%
G = 35.11%
B = 48.4%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1F425B (or 0x1F425B) is known color: Regal Blue. HEX triplet: 1F, 42 and 5B. RGB value is (31,66,91). Sum of RGB (Red+Green+Blue) = 31+66+91=188 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.49% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #1F425B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F425B is #E0BDA4. Grayscale: #3A3A3A. Windows color (decimal): -14728613 or 5980703. OLE color: 5980703.

HSL color Cylindrical-coordinate representation of color #1F425B: hue angle of 205º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F425B is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 31 66 91 -
CMYK 0.66 0.27 0 0.64
HSL 205º 0.49% 0.24% -
HSV(B) 205º 0.66% 0.36% -
XYZ 4.4 4.94 10.62 -
YUV 58.39 146.4 108.47 -
System Red Green Blue C M Y K H S L
Decimal 31 66 91 0.66 0.27 0 0.64 205 0.49 0.24
Hex 1F 42 5B 42 1B 0 40 CD 31 18
Octal 37 102 133 102 33 0 100 315 61 30
Binary 11111 1000010 1011011 1000010 11011 0 1000000 11001101 110001 11000

Color Harmonies of #1F425B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F425B

Black with #1F425B

Text Example


Text Example

White with #1F425B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,66,91); }

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

background-color css

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

 a { background-color: rgb(31,66,91); }

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

border-color css

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

 span { border-color: rgb(31,66,91); }

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