Html Css Color HEX #1F435D Regal Blue

📋 copy color: '#1F435D'

red 31 ◦ green 67 ◦ blue 93

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

Shades of Regal Blue #1F435D

Tints of Regal Blue #1F435D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.08%

 BLUE value IS 93 (36.72% from 255) = 48.69%

R = 16.23%
G = 35.08%
B = 48.69%

CMYK

 C value IS 0.67

 M value IS 0.28

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1F435D (or 0x1F435D) is known color: Regal Blue. HEX triplet: 1F, 43 and 5D. RGB value is (31,67,93). Sum of RGB (Red+Green+Blue) = 31+67+93=191 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.23% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F435D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F435D is #E0BCA2. Grayscale: #3B3B3B. Windows color (decimal): -14728355 or 6112031. OLE color: 6112031.

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

Color convert

RGB 31 67 93 -
CMYK 0.67 0.28 0 0.64
HSL 205.16º 0.5% 0.24% -
HSV(B) 205.16º 0.67% 0.36% -
XYZ 4.55 5.1 11.1 -
YUV 59.2 147.07 107.89 -
System Red Green Blue C M Y K H S L
Decimal 31 67 93 0.67 0.28 0 0.64 205.16 0.5 0.24
Hex 1F 43 5D 43 1C 0 40 CD 32 18
Octal 37 103 135 103 34 0 100 315 62 30
Binary 11111 1000011 1011101 1000011 11100 0 1000000 11001101 110010 11000

Color Harmonies of #1F435D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F435D

Black with #1F435D

Text Example


Text Example

White with #1F435D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,67,93); }

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

background-color css

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

 a { background-color: rgb(31,67,93); }

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

border-color css

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

 span { border-color: rgb(31,67,93); }

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