Html Css Color HEX #1F435E Regal Blue

📋 copy color: '#1F435E'

red 31 ◦ green 67 ◦ blue 94

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

Shades of Regal Blue #1F435E

Tints of Regal Blue #1F435E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 48.96%

R = 16.15%
G = 34.9%
B = 48.96%

CMYK

 C value IS 0.67

 M value IS 0.29

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1F435E (or 0x1F435E) is known color: Regal Blue. HEX triplet: 1F, 43 and 5E. RGB value is (31,67,94). Sum of RGB (Red+Green+Blue) = 31+67+94=192 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.15% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 94 (37.11% from 255 or 48.96% from 192); Max value from RGB is 94 - color contains mainly: blue. Hex color #1F435E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F435E is #E0BCA1. Grayscale: #3B3B3B. Windows color (decimal): -14728354 or 6177567. OLE color: 6177567.

HSL color Cylindrical-coordinate representation of color #1F435E: hue angle of 205.71º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F435E is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 31 67 94 -
CMYK 0.67 0.29 0 0.63
HSL 205.71º 0.5% 0.25% -
HSV(B) 205.71º 0.67% 0.37% -
XYZ 4.59 5.11 11.33 -
YUV 59.31 147.57 107.8 -
System Red Green Blue C M Y K H S L
Decimal 31 67 94 0.67 0.29 0 0.63 205.71 0.5 0.25
Hex 1F 43 5E 43 1D 0 3F CE 32 19
Octal 37 103 136 103 35 0 77 316 62 31
Binary 11111 1000011 1011110 1000011 11101 0 111111 11001110 110010 11001

Color Harmonies of #1F435E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F435E

Black with #1F435E

Text Example


Text Example

White with #1F435E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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